mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
remove return type on get model to make it more widely compatible
This commit is contained in:
parent
169cbfde2d
commit
3084288e5d
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ namespace controllers\internals;
|
|||
|
||||
/**
|
||||
* Get the model for the Controller.
|
||||
*
|
||||
* @return \models\StandardModel
|
||||
*/
|
||||
abstract protected function get_model();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue