Skip to content

[DI] Auto alias compiler pass is now enabled by default #13384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ wrapping their names with ``%`` characters).
sense most of the times to prevent accessing those services directly instead
of using the generic service alias.

.. note::
.. versionadded:: 5.1

You need to manually add the ``Symfony\Component\DependencyInjection\Compiler\AutoAliasServicePass``
compiler pass to the container for this feature to work.
In Symfony versions prior to 5.1, you needed to manually add the
``Symfony\Component\DependencyInjection\Compiler\AutoAliasServicePass``
compiler pass to the container for this feature to work. This compiler pass
is now added automatically.

console.command
---------------
Expand Down