Skip to content

Commit 330875e

Browse files
committed
Merge branch '5.0'
* 5.0: Fix invalid argument
2 parents 441959c + e647508 commit 330875e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console/calling_commands.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Calling a command from another one is straightforward::
2020
$command = $this->getApplication()->find('demo:greet');
2121

2222
$arguments = [
23-
'command' => 'demo:greet',
2423
'name' => 'Fabien',
2524
'--yell' => true,
2625
];

0 commit comments

Comments
 (0)