stop config.yml on loading again
This commit is contained in:
parent
a30dcbc814
commit
c12b50dc1b
@ -894,7 +894,7 @@ class Pico
|
||||
// merge $config of config/*.yml files
|
||||
$configFiles = $this->getFilesGlob($this->getConfigDir() . '*.yml');
|
||||
foreach ($configFiles as $configFile) {
|
||||
if ($configFile !== 'config.yml') {
|
||||
if ($configFile !== $this->getConfigDir() . 'config.yml') {
|
||||
$this->config += $loadConfigClosure($configFile);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user