Skip to content

Commit e647508

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix invalid argument
2 parents e27c84b + 386ec7b commit e647508

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)