Skip to content

Commit 73fc6b2

Browse files
committed
Update indexCrudController.tpl
1 parent ac340e0 commit 73fc6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ubiquity/scaffolding/templates/indexCrudController.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class %controllerName% extends %baseClass%{
1616
parent::home();
1717
}
1818

19-
protected function getIndexType(){
19+
protected function getIndexType():array {
2020
return ['four link cards','card'];
2121
}
2222

23-
public function _getBaseRoute() {
23+
public function _getBaseRoute():string {
2424
return %routePath%;
2525
}
2626

0 commit comments

Comments
 (0)