mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 02:52:14 +00:00
fix queue option on WorkCommand
This commit is contained in:
parent
5fd6530f47
commit
e230e66b48
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class WorkCommand extends IlluminateCommand
|
|||
null,
|
||||
InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL,
|
||||
'The queue to work on',
|
||||
'default',
|
||||
['default'],
|
||||
],
|
||||
['interval', null, InputOption::VALUE_OPTIONAL, 'The queue to work on', 5],
|
||||
['count', null, InputOption::VALUE_OPTIONAL, 'The queue to work on', 1],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue