Skip to content

Commit 2a142e8

Browse files
committed
Update Command.php
1 parent f5a6e9c commit 2a142e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public static function indexCrudController() {
350350
"display",
351351
"item",
352352
"itemHome"
353-
], "index,form,display,item,itemHome"),
353+
], "index,form,display,home,itemHome"),
354354
"p" => Parameter::create("path", "The associated route", ['{resource}'])
355355
], [
356356
'Creates an index crud controller' => 'Ubiquity crud-index MainCrud -p=crud/{resource}',

0 commit comments

Comments
 (0)