Skip to content

Commit 47e9480

Browse files
committed
Update Command.php
1 parent f90e05a commit 47e9480

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
@@ -171,7 +171,7 @@ public static function controller() {
171171
}
172172

173173
public static function genModel() {
174-
return new Command("model", "tableName", "Generates a new model from an existing table.", [
174+
return new Command("genModel", "tableName", "Generates a new model from an existing table.", [
175175
'gen_model',
176176
'gen:model',
177177
'gen-model',

0 commit comments

Comments
 (0)