set proper option mode

This commit is contained in:
Holger Reinhardt 2016-07-29 14:14:52 +02:00
parent 02f2712fab
commit 8d88957e28

View File

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