Skip to content

Commit 1fe977a

Browse files
committed
#21998 Magento/ImportExport/Model/Import has _coreConfig declared dynamically
1 parent 212a533 commit 1fe977a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ class Import extends \Magento\ImportExport\Model\AbstractModel
126126
*/
127127
protected $_importExportData = null;
128128

129+
/**
130+
* @var \Magento\Framework\App\Config\ScopeConfigInterface
131+
*/
132+
private $_coreConfig;
133+
129134
/**
130135
* @var \Magento\ImportExport\Model\Import\ConfigInterface
131136
*/

0 commit comments

Comments
 (0)