update command
This commit is contained in:
parent
abdac24cdc
commit
07665a1e6f
|
|
@ -21,7 +21,7 @@ class QueueWorkCommand extends Command
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'queue:run-multiple
|
protected $signature = 'QueueWorkCommand
|
||||||
{connection? : The name of the queue connection to work}
|
{connection? : The name of the queue connection to work}
|
||||||
{--workers=3 : Number of workers to run}
|
{--workers=3 : Number of workers to run}
|
||||||
{--queue=default : The names of the queues to work}
|
{--queue=default : The names of the queues to work}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue