Skip to content

Commit

Permalink
magento#21998 Magento/ImportExport/Model/Import has _coreConfig decla…
Browse files Browse the repository at this point in the history
…red dynamically
  • Loading branch information
kisroman committed Mar 28, 2019
1 parent 212a533 commit 1fe977a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/ImportExport/Model/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ class Import extends \Magento\ImportExport\Model\AbstractModel
*/
protected $_importExportData = null;

/**
* @var \Magento\Framework\App\Config\ScopeConfigInterface
*/
private $_coreConfig;

/**
* @var \Magento\ImportExport\Model\Import\ConfigInterface
*/
Expand Down

0 comments on commit 1fe977a

Please sign in to comment.