mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
remove return type on get model to make it more widely compatible
This commit is contained in:
parent
e957c9feb7
commit
169cbfde2d
1 changed files with 1 additions and 1 deletions
|
@ -138,5 +138,5 @@ namespace controllers\internals;
|
||||||
/**
|
/**
|
||||||
* Get the model for the Controller.
|
* Get the model for the Controller.
|
||||||
*/
|
*/
|
||||||
abstract protected function get_model(): \models\StandardModel;
|
abstract protected function get_model();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue