From d242734fcaa34906b39c4380d44f9f2e65755a22 Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 5 May 2020 18:07:32 +0200 Subject: [PATCH] Fix invalid argument --- console/calling_commands.rst | 1 - 1 file changed, 1 deletion(-) 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, ];