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 a3c1360 commit 230c1e5Copy full SHA for 230c1e5
app/code/Magento/Store/App/Config/Source/InitialConfigSource.php
@@ -8,7 +8,6 @@
8
use Magento\Framework\App\Config\ConfigSourceInterface;
9
use Magento\Framework\App\DeploymentConfig;
10
use Magento\Framework\App\DeploymentConfig\Reader;
11
-use Magento\Framework\DataObject;
12
use Magento\Framework\DataObjectFactory;
13
14
/**
@@ -69,7 +68,7 @@ public function get($path = '')
69
68
{
70
71
* Magento store configuration should not be read from file source
72
- * on installed instance.
+ * on not installed instance.
73
*
74
* @see \Magento\Store\Model\Config\Importer To import store configs
75
*/
0 commit comments