Skip to content

Commit afd7793

Browse files
Oleksandr Gorkuncpartica
authored andcommitted
MAGETWO-95880: Fail to install Magento 2.3.0 on cloud
1 parent ff5b15a commit afd7793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Config/App/Config/Type/System.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public function get($path = '')
140140
*/
141141
private function mergeData(array $newData): void
142142
{
143+
return $this->data = array_merge_recursive($this->data, $newData);
143144
if (array_key_exists(ScopeInterface::SCOPE_DEFAULT, $newData)) {
144145
//Sometimes new data may contain links to arrays and we don't want that.
145146
$this->data[ScopeInterface::SCOPE_DEFAULT] = (array)$newData[ScopeInterface::SCOPE_DEFAULT];

0 commit comments

Comments
 (0)