remove return type on get model to make it more widely compatible
This commit is contained in:
parent
169cbfde2d
commit
3084288e5d
|
@ -137,6 +137,8 @@ namespace controllers\internals;
|
|||
|
||||
/**
|
||||
* Get the model for the Controller.
|
||||
*
|
||||
* @return \models\StandardModel
|
||||
*/
|
||||
abstract protected function get_model();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue