mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Merge branch '6.4' into 7.3
* 6.4: fix lock target pattern
This commit is contained in:
2
lock.rst
2
lock.rst
@@ -315,7 +315,7 @@ For example, to inject the ``invoice`` package defined earlier::
|
||||
|
||||
When :ref:`dealing with multiple implementations of the same type <autowiring-multiple-implementations-same-type>`
|
||||
the ``#[Target]`` attribute helps you select which one to inject. Symfony creates
|
||||
a target called ``lock.`` + "asset package name" + ``.factory``.
|
||||
a target called ``lock.`` + "lock name" + ``.factory``.
|
||||
|
||||
For example, to select the ``invoice`` lock defined earlier::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user