Skip to content
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