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 4e11834 commit dbe64beCopy full SHA for dbe64be
lib/internal/Magento/Framework/ObjectManager/Config/Compiled.php
@@ -141,10 +141,7 @@ public function extend(array $configuration)
141
}
142
143
$property = $properties[$key];
144
-
145
- if (property_exists($this, $property)) {
146
- $this->$property = array_replace_recursive($this->$property, $config);
147
- }
+ $this->$property = array_replace_recursive($this->$property, $config);
148
149
150
0 commit comments