We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d25dbb commit 9541ec9Copy full SHA for 9541ec9
service_container/expression_language.rst
@@ -28,7 +28,7 @@ to another service: ``AppBundle\Mailer``. One way to do this is with an expressi
28
AppBundle\Mail\MailerConfiguration: ~
29
30
AppBundle\Mailer:
31
- arguments: ["@=service('AppBundle\\Mail\\MailerConfiguration').getMailerMethod()"]
+ arguments: ["@=service('AppBundle\\\\Mail\\\\MailerConfiguration').getMailerMethod()"]
32
33
.. code-block:: xml
34
0 commit comments