mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
set proper option mode
This commit is contained in:
parent
02f2712fab
commit
8d88957e28
@ -111,7 +111,7 @@ class WorkCommand extends IlluminateCommand
|
||||
[
|
||||
'queue',
|
||||
null,
|
||||
InputOption::VALUE_IS_ARRAY & InputOption::VALUE_OPTIONAL,
|
||||
InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL,
|
||||
'The queue to work on',
|
||||
'default',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user