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 6c311ce commit a59c196Copy full SHA for a59c196
dev/tools/Magento/Tools/Di/Compiler/Config/Reader.php
@@ -80,14 +80,15 @@ public function generateCachePerScope(
80
}
81
82
$config = [];
83
+
84
+ $this->fillThirdPartyInterfaces($areaConfig, $definitionsCollection);
85
$config['arguments'] = $this->getConfigForScope($definitionsCollection, $areaConfig);
86
foreach ($config['arguments'] as $key => $value) {
87
if ($value !== null) {
88
$config['arguments'][$key] = serialize($value);
89
90
91
- $this->fillThirdPartyInterfaces($areaConfig, $definitionsCollection);
92
foreach ($definitionsCollection->getInstancesNamesList() as $instanceName) {
93
if (!$areaConfig->isShared($instanceName)) {
94
$config['nonShared'][$instanceName] = true;
0 commit comments