You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$definition->addArgument(newInputArgument('connection', InputArgument::REQUIRED, 'The name of connection'));
49
+
$definition->addArgument(newInputArgument('connection', $connectionIsRequired ? InputArgument::REQUIRED : InputArgument::OPTIONAL, 'The name of connection'));
50
50
$definition->addOption(newInputOption('queue', null, InputOption::VALUE_REQUIRED, 'The queues to listen on. can be separated by comma (only for reading).'));
51
51
$definition->addOption(newInputOption('topic', null, InputOption::VALUE_REQUIRED, 'The topic to subscribe.'));
0 commit comments