mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 08:01:59 +00:00
fix queue option on WorkCommand
This commit is contained in:
parent
5fd6530f47
commit
e230e66b48
@ -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…
Reference in New Issue
Block a user