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 ff5b15a commit afd7793Copy full SHA for afd7793
app/code/Magento/Config/App/Config/Type/System.php
@@ -140,6 +140,7 @@ public function get($path = '')
140
*/
141
private function mergeData(array $newData): void
142
{
143
+ return $this->data = array_merge_recursive($this->data, $newData);
144
if (array_key_exists(ScopeInterface::SCOPE_DEFAULT, $newData)) {
145
//Sometimes new data may contain links to arrays and we don't want that.
146
$this->data[ScopeInterface::SCOPE_DEFAULT] = (array)$newData[ScopeInterface::SCOPE_DEFAULT];
0 commit comments