mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-02 03:22:15 +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',
|
'queue',
|
||||||
null,
|
null,
|
||||||
InputOption::VALUE_IS_ARRAY & InputOption::VALUE_OPTIONAL,
|
InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL,
|
||||||
'The queue to work on',
|
'The queue to work on',
|
||||||
'default',
|
'default',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue