We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6e28c commit b8e5964Copy full SHA for b8e5964
service_container/parent_services.rst
@@ -150,12 +150,6 @@ be called when ``App\Repository\DoctrineUserRepository`` is instantiated.
150
All attributes on the parent service are shared with the child **except** for
151
``shared``, ``abstract`` and ``tags``. These are *not* inherited from the parent.
152
153
-.. note::
154
-
155
- If you have a ``_defaults`` section in your file, all child services are required
156
- to explicitly override those values to avoid ambiguity. You will see a clear
157
- error message about this.
158
159
.. tip::
160
161
In the examples shown, the classes sharing the same configuration also
0 commit comments