Skip to content

Commit 9045799

Browse files
Update controller/forwarding.rst
Co-authored-by: Christian Flothmann <[email protected]>
1 parent 695dd96 commit 9045799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/forwarding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from *that* controller::
1313

1414
public function __invoke(string $name): Response
1515
{
16-
$response = $this->forward('OtherController::class', [
16+
$response = $this->forward(OtherController::class, [
1717
'name' => $name,
1818
'color' => 'green',
1919
]);

0 commit comments

Comments
 (0)