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 134a7f0 commit b81673aCopy full SHA for b81673a
service_container/expression_language.rst
@@ -28,7 +28,7 @@ to another service: ``App\Mailer``. One way to do this is with an expression:
28
App\Mail\MailerConfiguration: ~
29
30
App\Mailer:
31
- arguments: ["@=service('App\\\\Mail\\\\MailerConfiguration').getMailerMethod()"]
+ arguments: ["@=service('App\\Mail\\MailerConfiguration').getMailerMethod()"]
32
33
.. code-block:: xml
34
0 commit comments