Skip to content

Commit b2d123d

Browse files
committed
Update Command.php
1 parent 58b2e6a commit b2d123d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This class is part of Ubiquity
1111
*
1212
* @author jc
13-
* @version 1.0.2
13+
* @version 1.0.3
1414
*
1515
*/
1616
class Command {
@@ -192,7 +192,11 @@ public static function model() {
192192
'create_model',
193193
'create:model',
194194
'create-model',
195-
'createModel'
195+
'createModel',
196+
'new_model',
197+
'new:model',
198+
'new-model',
199+
'newModel'
196200
], [
197201
'd' => Parameter::create('database', 'The database connection to use', [], 'default'),
198202
'o' => Parameter::create('domain', 'The domain in which to create the model.', [], '')

0 commit comments

Comments
 (0)