mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix get model
This commit is contained in:
parent
651c428ed7
commit
8f3634b921
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ namespace controllers\internals;
|
|||
/**
|
||||
* Get the model for the Controller.
|
||||
*/
|
||||
protected function get_model(): \models\Sended
|
||||
protected function get_model(): \descartes\Model
|
||||
{
|
||||
$this->model = $this->model ?? new \models\Sended($this->bdd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue