diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index 1cc271212e2..599bf0ffba0 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -113,6 +113,12 @@ Other available loaders are the ``YamlFileLoader``, ``PhpFileLoader`` and The ``IniFileLoader`` can only be used to load parameters and it can only load them as strings. +.. caution:: + + If you removed the default file with services definitions (i.e. + ``app/config/services.yml``), make sure to also remove it from the + ``imports`` key in ``app/config/config.yml``. + Using Configuration to Change the Services ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~