We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384c89a commit 10de9e1Copy full SHA for 10de9e1
src/Module/NetteDIModule.php
@@ -144,7 +144,7 @@ private function createContainer()
144
145
$configFiles = is_array($this->configFiles) ? $this->configFiles : $this->config['configFiles'];
146
foreach ($configFiles as $file) {
147
- $configurator->addConfig($this->path.'/'.$file, false);
+ $configurator->addConfig($this->path.'/'.$file);
148
}
149
150
$this->container = $configurator->createContainer();
0 commit comments