Skip to content

Commit f6906e0

Browse files
committed
Class name is wrong according to the other examples
1 parent 47e495b commit f6906e0

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
@@ -157,7 +157,7 @@ or you decided not to maintain it anymore), you can deprecate its definition:
157157
.. code-block:: yaml
158158
159159
app.mailer:
160-
alias: '@AppBundle\Mail\PhpMailer'
160+
alias: '@App\Mail\PhpMailer'
161161
162162
# this will display a generic deprecation message...
163163
deprecated: true

0 commit comments

Comments
 (0)