Skip to content

Commit 17c9257

Browse files
teggenwouterj
authored andcommitted
Update the_controller.rst
1 parent 77342fa commit 17c9257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_controller.rst

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

0 commit comments

Comments
 (0)