Skip to content

Commit 230c1e5

Browse files
author
Bohdan Korablov
committed
MAGETWO-69535: Error during importing new list of scopes through shared file
1 parent a3c1360 commit 230c1e5

File tree

2 files changed

+210
-166
lines changed

2 files changed

+210
-166
lines changed

app/code/Magento/Store/App/Config/Source/InitialConfigSource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Magento\Framework\App\Config\ConfigSourceInterface;
99
use Magento\Framework\App\DeploymentConfig;
1010
use Magento\Framework\App\DeploymentConfig\Reader;
11-
use Magento\Framework\DataObject;
1211
use Magento\Framework\DataObjectFactory;
1312

1413
/**
@@ -69,7 +68,7 @@ public function get($path = '')
6968
{
7069
/**
7170
* Magento store configuration should not be read from file source
72-
* on installed instance.
71+
* on not installed instance.
7372
*
7473
* @see \Magento\Store\Model\Config\Importer To import store configs
7574
*/

0 commit comments

Comments
 (0)