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