Skip to content

Commit 4739903

Browse files
committed
Double-escape backslashes
1 parent 52f0692 commit 4739903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ and even :doc:`complex expressions </service_container/expression_language>`::
629629
bool $debugMode,
630630

631631
// and expressions
632-
#[Autowire(expression: 'service("App\\Mail\\MailerConfiguration").getMailerMethod()')]
632+
#[Autowire(expression: 'service("App\\\\Mail\\\\MailerConfiguration").getMailerMethod()')]
633633
string $mailerMethod
634634
) {
635635
}

0 commit comments

Comments
 (0)