diff --git a/service_container/alias_private.rst b/service_container/alias_private.rst index 74e0c801622..ce84a756b92 100644 --- a/service_container/alias_private.rst +++ b/service_container/alias_private.rst @@ -144,7 +144,7 @@ This means that when using the container directly, you can access the services: # ... - app.mailer: '@app.phpmailer' + app.mailer: '@AppBundle\Mail\PhpMailer' Deprecating Services --------------------