You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14401 [Configuration] Wrong services path and addition services_environment-name (lubo13)
This PR was merged into the 4.4 branch.
Discussion
----------
[Configuration] Wrong services path and addition services_environment-name
I saw in Kernel the following:
```
$loader->load($confDir.'/{packages}/*'.self::CONFIG_EXTS, 'glob');
$loader->load($confDir.'/{packages}/'.$this->environment.'/*'.self::CONFIG_EXTS, 'glob');
$loader->load($confDir.'/{services}'.self::CONFIG_EXTS, 'glob');
$loader->load($confDir.'/{services}_'.$this->environment.self::CONFIG_EXTS, 'glob');`
```
I think that the documentation can be tweaked a little is it make sense?
Commits
-------
87d6718 Wrong services path and addition services_environment-name
0 commit comments