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.
path
ExecuteMakeCommand
1 parent 82c0195 commit 5984ce6Copy full SHA for 5984ce6
src/Console/ExecuteMakeCommand.php
@@ -16,8 +16,7 @@ class ExecuteMakeCommand extends GeneratorCommand
16
protected $signature = 'execute:make {name}
17
{--o|once : Create a new executor class that will be executed once}
18
{--tag= : The tag of the executor}
19
- {--path= : The path of the executor}
20
- {--f|force : Create the class even if the executor already exists}';
+ {--path= : The path of the executor}';
21
22
/**
23
* The console command description.
0 commit comments