We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cc746 commit b681bffCopy full SHA for b681bff
1 file changed
src/Illuminate/Queue/Console/DaemonCommand.php
@@ -17,7 +17,7 @@ class DaemonCommand extends Command
17
*
18
* @var string
19
*/
20
- protected $signature = 'queue:work
+ protected $signature = 'queue:daemon
21
{connection? : The name of connection}
22
{--queue= : The queue to listen on}
23
{--daemon : Run the worker in daemon mode (Deprecated)}
0 commit comments