Skip to content

Commit e55555e

Browse files
MAGETWO-66656: Fix retrieval of old value in config import
1 parent 06ae2c8 commit e55555e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

app/code/Magento/Config/Model/PreparedValueFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
use Magento\Framework\App\Config\ValueInterface;
1313
use Magento\Framework\App\DeploymentConfig;
1414
use Magento\Framework\App\Config\Value;
15-
use Magento\Framework\App\Config\ValueFactory;
16-
use Magento\Framework\App\Config\ValueInterface;
17-
use Magento\Framework\App\DeploymentConfig;
1815

1916
/**
2017
* Creates a prepared instance of Value.

app/code/Magento/Config/Test/Unit/Model/PreparedValueFactoryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
use Magento\Framework\App\Config\Value;
1414
use Magento\Config\Model\Config\Structure;
1515
use Magento\Config\Model\Config\Structure\Element\Field;
16-
use Magento\Config\Model\Config\StructureFactory;
17-
use Magento\Config\Model\PreparedValueFactory;
18-
use Magento\Framework\App\Config\Value;
19-
use Magento\Framework\App\Config\ValueFactory;
20-
use Magento\Framework\App\DeploymentConfig;
2116

2217
/**
2318
* @inheritdoc

0 commit comments

Comments
 (0)