We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074b4e commit 03f3d7dCopy full SHA for 03f3d7d
src/Illuminate/Console/Command.php
@@ -121,7 +121,7 @@ protected function configureUsingFluentDefinition()
121
{
122
list($name, $arguments, $options) = Parser::parse($this->signature);
123
124
- parent::__construct($name);
+ parent::__construct($this->name = $name);
125
126
// After parsing the signature we will spin through the arguments and options
127
// and set them on this command. These will already be changed into proper
0 commit comments