Skip to content

Commit 314536d

Browse files
committed
Documentation about using Command in Controller
1 parent d7722e8 commit 314536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/command_in_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wouldn't want to modify or duplicate their code, but want to directly execute th
1515
instead.
1616

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

2121
// src/AcmeBundle/Controller/SpoolController.php

0 commit comments

Comments
 (0)