fix queue option on WorkCommand

This commit is contained in:
Holger Reinhardt 2016-07-29 14:24:23 +02:00
parent 5fd6530f47
commit e230e66b48

View File

@ -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],