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 eb27ac2 commit 5181674Copy full SHA for 5181674
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php
@@ -48,6 +48,13 @@ class Storage
48
*/
49
private $customerCollectionFactory;
50
51
+ /**
52
+ * Customer collection.
53
+ *
54
+ * @var \Magento\Customer\Model\ResourceModel\Customer\Collection
55
+ */
56
+ private $_customerCollection;
57
+
58
/**
59
* @param CustomerCollectionFactory $collectionFactory
60
* @param CollectionByPagesIteratorFactory $colIteratorFactory
0 commit comments