We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac340e0 commit 73fc6b2Copy full SHA for 73fc6b2
src/Ubiquity/scaffolding/templates/indexCrudController.tpl
@@ -16,11 +16,11 @@ class %controllerName% extends %baseClass%{
16
parent::home();
17
}
18
19
- protected function getIndexType(){
+ protected function getIndexType():array {
20
return ['four link cards','card'];
21
22
23
- public function _getBaseRoute() {
+ public function _getBaseRoute():string {
24
return %routePath%;
25
26
0 commit comments