update command

This commit is contained in:
root 2025-11-09 06:47:36 +00:00
parent abdac24cdc
commit 07665a1e6f
1 changed files with 1 additions and 1 deletions

View File

@ -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}