Skip to content

Commit dbe64be

Browse files
committed
MAGETWO-59641: Production mode cannot be enabled
1 parent 4e11834 commit dbe64be

File tree

1 file changed

+1
-4
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Config

1 file changed

+1
-4
lines changed

lib/internal/Magento/Framework/ObjectManager/Config/Compiled.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,7 @@ public function extend(array $configuration)
141141
}
142142

143143
$property = $properties[$key];
144-
145-
if (property_exists($this, $property)) {
146-
$this->$property = array_replace_recursive($this->$property, $config);
147-
}
144+
$this->$property = array_replace_recursive($this->$property, $config);
148145
}
149146
}
150147

0 commit comments

Comments
 (0)