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 1f8c90a commit 7cac7e2Copy full SHA for 7cac7e2
service_container/autowiring.rst
@@ -629,7 +629,7 @@ and even :doc:`complex expressions </service_container/expression_language>`::
629
bool $debugMode,
630
631
// and expressions
632
- #[Autowire(expression: 'service("App\\Mail\\MailerConfiguration").getMailerMethod()')]
+ #[Autowire(expression: 'service("App\\\Mail\\\MailerConfiguration").getMailerMethod()')]
633
string $mailerMethod
634
) {
635
}
0 commit comments