Skip to content

Commit b681bff

Browse files
committed
fix queue daemon command name
1 parent 77cc746 commit b681bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Queue/Console/DaemonCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DaemonCommand extends Command
1717
*
1818
* @var string
1919
*/
20-
protected $signature = 'queue:work
20+
protected $signature = 'queue:daemon
2121
{connection? : The name of connection}
2222
{--queue= : The queue to listen on}
2323
{--daemon : Run the worker in daemon mode (Deprecated)}

0 commit comments

Comments
 (0)