Skip to content

Commit d5f1454

Browse files
authored
Update GenerateQueueCommand.php
1 parent a70c66c commit d5f1454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/GenerateQueueCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GenerateQueueCommand extends Command
1414
*
1515
* @var string
1616
*/
17-
protected $signature = 'queue-manager:generate-queue {name} {props?} --connection=';
17+
protected $signature = 'queue-manager:generate-queue {name} {props?} {--connection=}';
1818

1919
/**
2020
* The console command description.

0 commit comments

Comments
 (0)