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 91ab56f commit 8c4b159Copy full SHA for 8c4b159
lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader/Compiled.php
@@ -28,7 +28,7 @@ public function load($area)
28
if (isset($this->configCache[$area])) {
29
return $this->configCache[$area];
30
}
31
- $diConfiguration = include_once(self::getFilePath($area));
+ $diConfiguration = include(self::getFilePath($area));
32
$this->configCache[$area] = $diConfiguration;
33
34
0 commit comments