Commit e7ddfa6
committed
minor #17889 [DependencyInjection] Fix example for Autowire attribute (W0rma)
This PR was merged into the 6.2 branch.
Discussion
----------
[DependencyInjection] Fix example for Autowire attribute
I just noticed that the container will internally resolve the service name to "AppMailMailerConfiguration" if backslashes are not double-escaped.
Commits
-------
7cac7e2 Double-escape backslashes1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
632 | | - | |
| 632 | + | |
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
| |||
0 commit comments