Skip to content

Commit 5984ce6

Browse files
committed
feat: add path option to ExecuteMakeCommand
1 parent 82c0195 commit 5984ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/ExecuteMakeCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class ExecuteMakeCommand extends GeneratorCommand
1616
protected $signature = 'execute:make {name}
1717
{--o|once : Create a new executor class that will be executed once}
1818
{--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}';
19+
{--path= : The path of the executor}';
2120

2221
/**
2322
* The console command description.

0 commit comments

Comments
 (0)