File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,6 @@ abstract class Controller extends RouteActions
34
34
* @var Response
35
35
*/
36
36
protected Response $ response ;
37
- /**
38
- * A Full Qualified Class Name of a model.
39
- *
40
- * If this property is set, the $model property will be set with a new
41
- * instance of this FQCN in the Controller constructor.
42
- *
43
- * @var class-string<ModelInterface>
44
- *
45
- * @deprecated
46
- */
47
- protected string $ modelClass ;
48
- /**
49
- * The instance of the custom $model FQCN.
50
- *
51
- * Tip: Append the FQCN type to the declaration of this property to
52
- * enable an improved code-completion in your code editor.
53
- *
54
- * @var ModelInterface
55
- */
56
- protected ModelInterface $ model ;
57
37
58
38
/**
59
39
* Controller constructor.
You can’t perform that action at this time.
0 commit comments