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