Skip to content

Commit

Permalink
fix queue daemon command name
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Sep 29, 2016
1 parent 77cc746 commit b681bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Console/DaemonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

2 comments on commit b681bff

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:trollface:

@themsaid
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬

Please sign in to comment.