We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0757097 commit 2035ef3Copy full SHA for 2035ef3
components/dependency_injection/parentservices.rst
@@ -276,7 +276,8 @@ when the child services are instantiated.
276
277
.. caution::
278
279
- ``scope``, ``abstract``, ``tags`` attributes are always taken from the child.
+ The ``scope``, ``abstract`` and ``tags`` attributes are always taken from
280
+ the child service.
281
282
The parent service is abstract as it should not be directly retrieved from the
283
container or passed into another service. It exists merely as a "template" that
0 commit comments