Skip to content

Commit 50253dc

Browse files
committed
Bugfix - remove short flags from FactoryMakeCommand command
1 parent 622f8e0 commit 50253dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Console/Commands/FactoryMakeCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class FactoryMakeCommand extends GeneratorCommand
2222
protected $description = 'Create a new model factory';
2323

2424
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}';
25+
{--model= : Name of the model}
26+
{--base= : Base to create paths from}
27+
{--namespace= : Namespace to use}
28+
{--force : Overwrite if factory class already exists}';
2929

3030
/**
3131
* The type of class being generated.

0 commit comments

Comments
 (0)