diff --git a/console/calling_commands.rst b/console/calling_commands.rst index 10eeb3fd1eb..d7b2c9918d7 100644 --- a/console/calling_commands.rst +++ b/console/calling_commands.rst @@ -20,7 +20,6 @@ Calling a command from another one is straightforward:: $command = $this->getApplication()->find('demo:greet'); $arguments = [ - 'command' => 'demo:greet', 'name' => 'Fabien', '--yell' => true, ];