From 07665a1e6f31f45d4a92c331a3b0df59217f0a94 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Nov 2025 06:47:36 +0000 Subject: [PATCH] update command --- src/QueueWorkCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QueueWorkCommand.php b/src/QueueWorkCommand.php index 31435b1..e509b40 100644 --- a/src/QueueWorkCommand.php +++ b/src/QueueWorkCommand.php @@ -21,7 +21,7 @@ class QueueWorkCommand extends Command * * @var string */ - protected $signature = 'queue:run-multiple + protected $signature = 'QueueWorkCommand {connection? : The name of the queue connection to work} {--workers=3 : Number of workers to run} {--queue=default : The names of the queues to work}