Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c8e87d

Browse files
committed
Merge branch '5.0'
* 5.0: adding the * to .xml in the Conf Env
2 parents 7e2135a + 84e6d24 commit 1c8e87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ development), ``prod`` (for production servers) and ``test`` (for
351351
the configuration files in this order (the last files can override the values
352352
set in the previous ones):
353353

354-
#. ``config/packages/*.yaml`` (and ``.xml`` and ``*.php`` files too);
355-
#. ``config/packages/<environment-name>/*.yaml`` (and ``.xml`` and ``*.php`` files too);
354+
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
355+
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
356356
#. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
357357

358358
Take the ``framework`` package, installed by default, as an example:

0 commit comments

Comments
 (0)