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 ffe156b commit 62ac658Copy full SHA for 62ac658
lib/internal/Magento/Framework/App/DeploymentConfig/Reader.php
@@ -108,7 +108,7 @@ public function load($fileKey = null)
108
} else {
109
$configFiles = $this->getFiles();
110
foreach ($configFiles as $file) {
111
- $configFile = $path . DIRECTORY_SEPARATOR . $file;
+ $configFile = $path . '/' . $file;
112
if ($fileDriver->isExists($configFile)) {
113
$fileData = include $configFile;
114
if (!is_array($fileData)) {
0 commit comments