Skip to content

Commit 1a576af

Browse files
MAGETWO-66656: Fix retrieval of old value in config import
1 parent e49c73d commit 1a576af

File tree

1 file changed

+1
-6
lines changed
  • app/code/Magento/Config/etc

1 file changed

+1
-6
lines changed

app/code/Magento/Config/etc/di.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,9 @@
279279
</argument>
280280
</arguments>
281281
</type>
282-
<virtualType name="snapshotValue" type="Magento\Framework\App\Config\Value">
282+
<type name="Magento\Framework\App\Config\Value">
283283
<arguments>
284284
<argument name="config" xsi:type="object">configSnapshot</argument>
285285
</arguments>
286-
</virtualType>
287-
<type name="Magento\Config\Model\Config\Importer">
288-
<arguments>
289-
<argument name="scopeConfig" xsi:type="object">snapshotValue</argument>
290-
</arguments>
291286
</type>
292287
</config>

0 commit comments

Comments
 (0)