File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,12 @@ wrapping their names with ``%`` characters).
180
180
sense most of the times to prevent accessing those services directly instead
181
181
of using the generic service alias.
182
182
183
- .. note ::
183
+ .. versionadded :: 5.1
184
184
185
- You need to manually add the ``Symfony\Component\DependencyInjection\Compiler\AutoAliasServicePass ``
186
- compiler pass to the container for this feature to work.
185
+ In Symfony versions prior to 5.1, you needed to manually add the
186
+ ``Symfony\Component\DependencyInjection\Compiler\AutoAliasServicePass ``
187
+ compiler pass to the container for this feature to work. This compiler pass
188
+ is now added automatically.
187
189
188
190
console.command
189
191
---------------
You can’t perform that action at this time.
0 commit comments