From b681bffc247ebac1fbb4afcec03e2ce12627e0cc Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Thu, 29 Sep 2016 21:34:48 +0200 Subject: [PATCH] fix queue daemon command name --- src/Illuminate/Queue/Console/DaemonCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Queue/Console/DaemonCommand.php b/src/Illuminate/Queue/Console/DaemonCommand.php index f8c017ebc844..3b4afc5acba7 100755 --- a/src/Illuminate/Queue/Console/DaemonCommand.php +++ b/src/Illuminate/Queue/Console/DaemonCommand.php @@ -17,7 +17,7 @@ class DaemonCommand extends Command * * @var string */ - protected $signature = 'queue:work + protected $signature = 'queue:daemon {connection? : The name of connection} {--queue= : The queue to listen on} {--daemon : Run the worker in daemon mode (Deprecated)}