Skip to content

Commit 77342fa

Browse files
teggenwouterj
authored andcommitted
Update the_controller.rst
Corrected error in the sample code.
1 parent e5dbd49 commit 77342fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ different controller using the ``forward()`` method::
205205
public function indexAction()
206206
{
207207
return $this->forward('AppBundle:Blog:index', array(
208-
'name' => $name
209-
);
208+
'name' => 'Fabien'
209+
));
210210
}
211211
}
212212

0 commit comments

Comments
 (0)