Skip to content

Commit 6c1938f

Browse files
author
Bohdan Korablov
committed
MAGETWO-65208: Store checksum for every section of configuration file & change behavior on read-only FS & add sorting of importers
1 parent 5f022a9 commit 6c1938f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Deploy/Model/DeploymentConfig/ImporterPool.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ public function getImporters()
132132
throw new ConfigurationMismatchException(__(
133133
'%1: Instance of %2 is expected, got %3 instead',
134134
$section,
135-
ImporterInterface::class, get_class($importerObj)
135+
ImporterInterface::class,
136+
get_class($importerObj)
136137
));
137138
}
138139
$result[$section] = $importerObj;

0 commit comments

Comments
 (0)