Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47e9480

Browse files
committedDec 2, 2021
Update Command.php
1 parent f90e05a commit 47e9480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/Ubiquity/devtools/cmd/Command.php

+1-1
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)
Please sign in to comment.