Thanks to visit codestin.com Credit goes to github.com
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 252ffe7 commit c845ce2Copy full SHA for c845ce2
components/dependency_injection/compilation.rst
@@ -7,7 +7,9 @@ Compiling the Container
7
The service container can be compiled for various reasons. These reasons
8
include checking for any potential issues such as circular references and
9
making the container more efficient by resolving parameters and removing
10
-unused services.
+unused services. Also, certain features - like using
11
+:doc:`parent services </components/dependency_injection/parentservices>` -
12
+require the container to be compiled.
13
14
It is compiled by running::
15
0 commit comments