Skip to content

Commit

Permalink
minor #3667 Update index.rst (NAYZO)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3667).

Discussion
----------

Update index.rst

Commits
-------

f1ee6c2 Update index.rst
  • Loading branch information
weaverryan committed Mar 12, 2014
2 parents 5d6d3bf + f1f9bb0 commit 6380113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/controller/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To refer to a controller that's defined as a service, use the single colon (:)
notation. For example, to forward to the ``indexAction()`` method of the service
defined above with the id ``acme.hello.controller``::

$this->forward('acme.hello.controller:indexAction');
$this->forward('acme.hello.controller:indexAction', array('name' => $name));

.. note::

Expand Down

0 comments on commit 6380113

Please sign in to comment.