From f6906e053fcc034659466c85d2c798fc0b7fc8da Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 22 Jul 2019 13:04:13 +0200 Subject: [PATCH] Class name is wrong according to the other examples --- service_container/alias_private.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/alias_private.rst b/service_container/alias_private.rst index 307056e4056..c1e9da0e790 100644 --- a/service_container/alias_private.rst +++ b/service_container/alias_private.rst @@ -157,7 +157,7 @@ or you decided not to maintain it anymore), you can deprecate its definition: .. code-block:: yaml app.mailer: - alias: '@AppBundle\Mail\PhpMailer' + alias: '@App\Mail\PhpMailer' # this will display a generic deprecation message... deprecated: true