8000 minor #8208 Better aliasing (mercuryseries) · symfony/symfony-docs@b3eeb8c · GitHub
[go: up one dir, main page]

Skip to content

Commit b3eeb8c

Browse files
committed
minor #8208 Better aliasing (mercuryseries)
This PR was merged into the 3.3 branch. Discussion ---------- Better aliasing This aliasing will be better in order to be in sync with the previous section. Commits ------- 0bf1d12 Better aliasing
2 parents da4d86e + 0bf1d12 commit b3eeb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This means that when using the container directly, you can access the
144144
145145
services:
146146
# ...
147-
app.mailer: '@app.phpmailer'
147+
app.mailer: '@AppBundle\Mail\PhpMailer'
148148
149149
Deprecating Services
150150
--------------------

0 commit comments

Comments
 (0)
0