Skip to content

Commit

Permalink
Bugfix: An option with shortcut "q" already exists. (#16110)
Browse files Browse the repository at this point in the history
  • Loading branch information
halaei authored and taylorotwell committed Oct 26, 2016
1 parent b323ad7 commit 1dcf3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ListenerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function getOptions()
return [
['event', 'e', InputOption::VALUE_REQUIRED, 'The event class being listened for.'],

['queued', 'q', InputOption::VALUE_NONE, 'Indicates the event listener should be queued.'],
['queued', null, InputOption::VALUE_NONE, 'Indicates the event listener should be queued.'],
];
}
}

0 comments on commit 1dcf3a2

Please sign in to comment.