Skip to content

Commit 4f16377

Browse files
committed
minor #12004 Class name is wrong according to the other examples (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Class name is wrong according to the other examples <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f6906e0 Class name is wrong according to the other examples
2 parents 543b0c1 + f6906e0 commit 4f16377

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)