mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 11:02:14 +00:00
set proper option mode
This commit is contained in:
parent
02f2712fab
commit
8d88957e28
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue