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 b272c4e commit e973095Copy full SHA for e973095
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php
@@ -44,10 +44,17 @@ class Storage
44
protected $_byPagesIterator;
45
46
/**
47
+ * @var CustomerCollectionFactory
48
+ */
49
+ private $customerCollectionFactory;
50
+
51
+ /**
52
+ * @param CustomerCollectionFactory $collectionFactory
53
* @param CollectionByPagesIteratorFactory $colIteratorFactory
54
* @param array $data
55
*/
56
public function __construct(
57
+ CustomerCollectionFactory $collectionFactory,
58
CollectionByPagesIteratorFactory $colIteratorFactory,
59
array $data = []
60
) {
0 commit comments