Skip to content

Commit 461b043

Browse files
committed
add acls type for init-cache command
1 parent f3568bd commit 461b043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public static function initCache() {
244244
"t" => Parameter::create("type", "Defines the type of cache to create.", [
245245
"all",
246246
"controllers",
247+
"acls",
247248
"rest",
248249
"models"
249250
], 'all')

0 commit comments

Comments
 (0)