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 581f46c commit 48da2d7Copy full SHA for 48da2d7
cookbook/bundles/extension.rst
@@ -119,3 +119,8 @@ Using Configuration to Change the Services
119
The Extension is also the class that handles the configuration for that
120
particular bundle (e.g. the configuration in ``app/config/config.yml``). To
121
read more about it, see the ":doc:`/cookbook/bundles/configuration`" article.
122
+
123
+.. caution::
124
125
+ If you removed the default file with services definitions (i. e. ``app/config/services.yml``),
126
+ make sure to also remove it from the ``imports`` key in ``app/config/config.yml``.
0 commit comments