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.
2 parents c49cc6c + a3cf89f commit 991e6aeCopy full SHA for 991e6ae
lib/internal/Magento/Framework/RequireJs/Config.php
@@ -155,7 +155,7 @@ public function getConfig()
155
{
156
$distributedConfig = '';
157
$customConfigFiles = $this->fileSource->getFiles($this->design->getDesignTheme(), self::CONFIG_FILE_NAME);
158
-
+
159
foreach ($customConfigFiles as $file) {
160
/** @var $fileReader \Magento\Framework\Filesystem\File\Read */
161
$fileReader = $this->readFactory->create($file->getFilename(), DriverPool::FILE);
0 commit comments