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.
2 parents ae520d7 + e7ddfa6 commit 0fa85b5Copy full SHA for 0fa85b5
service_container/autowiring.rst
@@ -631,7 +631,7 @@ The ``#[Autowire]`` attribute can also be used for :ref:`parameters <service-par
631
bool $debugMode,
632
633
// expressions
634
- #[Autowire(expression: 'service("App\\Mail\\MailerConfiguration").getMailerMethod()')]
+ #[Autowire(expression: 'service("App\\\Mail\\\MailerConfiguration").getMailerMethod()')]
635
string $mailerMethod
636
637
// environment variables
0 commit comments