Skip to content

Commit

Permalink
Documentation about using Command in Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak committed Mar 10, 2015
1 parent d7722e8 commit 314536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/console/command_in_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wouldn't want to modify or duplicate their code, but want to directly execute th
instead.

An example of this is sending the emails that Swift Mailer spooled earlier
:doc:`using the ``swiftmailer:spool:send`` command </cookbook/email/spool>`. Symfony
:doc:`using the swiftmailer:spool:send command </cookbook/email/spool>`. Symfony
allows you to directly execute a registered ``Command`` inside your Controller::

// src/AcmeBundle/Controller/SpoolController.php
Expand Down

0 comments on commit 314536d

Please sign in to comment.