This commit is contained in:
Tobias Schultze 2012-06-24 16:06:01 +03:00
parent 0d4b02e452
commit aeead1c7a7

View File

@ -882,7 +882,7 @@ class Application
*/
protected function getCommandName(InputInterface $input)
{
return $input->getFirstArgument('command');
return $input->getFirstArgument();
}
/**