We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622f8e0 commit 50253dcCopy full SHA for 50253dc
src/Console/Commands/FactoryMakeCommand.php
@@ -22,10 +22,10 @@ class FactoryMakeCommand extends GeneratorCommand
22
protected $description = 'Create a new model factory';
23
24
protected $signature = 'cray:factory {name}
25
- {-m|--model= : Name of the model}
26
- {-b|--base= : Base to create paths from}
27
- {-n|--namespace= : Namespace to use}
28
- {-f|--force : Overwrite if factory class already exists}';
+ {--model= : Name of the model}
+ {--base= : Base to create paths from}
+ {--namespace= : Namespace to use}
+ {--force : Overwrite if factory class already exists}';
29
30
/**
31
* The type of class being generated.
0 commit comments