Skip to content

Commit 5181674

Browse files
committed
Added $_customerCollection property to Storage class
1 parent eb27ac2 commit 5181674

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer

1 file changed

+7
-0
lines changed

app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ class Storage
4848
*/
4949
private $customerCollectionFactory;
5050

51+
/**
52+
* Customer collection.
53+
*
54+
* @var \Magento\Customer\Model\ResourceModel\Customer\Collection
55+
*/
56+
private $_customerCollection;
57+
5158
/**
5259
* @param CustomerCollectionFactory $collectionFactory
5360
* @param CollectionByPagesIteratorFactory $colIteratorFactory

0 commit comments

Comments
 (0)