mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-05 22:36:26 +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.
|
* Get the model for the Controller.
|
||||||
|
*
|
||||||
|
* @return \models\StandardModel
|
||||||
*/
|
*/
|
||||||
abstract protected function get_model();
|
abstract protected function get_model();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue