Skip to content

Commit

Permalink
Update the_controller.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
teggen authored and wouterj committed Feb 21, 2015
1 parent 77342fa commit 17c9257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_tour/the_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ different controller using the ``forward()`` method::
public function indexAction()
{
return $this->forward('AppBundle:Blog:index', array(
'name' => 'Fabien'
'name' => 'Fabien',
));
}
}
Expand Down

0 comments on commit 17c9257

Please sign in to comment.