Commit 6c3096e
committed
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-name1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
| 391 | + | |
391 | 392 | | |
392 | 393 | | |
393 | 394 | | |
| |||
0 commit comments