Skip to content

Commit 6e9e10e

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

143143
$property = $properties[$key];
144-
$this->$property = array_replace_recursive($this->$property, $config);
144+
$this->$property = array_replace($this->$property, $config);
145145
}
146146
}
147147

0 commit comments

Comments
 (0)