File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -44,30 +44,13 @@ class Storage
44
44
protected $ _byPagesIterator ;
45
45
46
46
/**
47
- * @var CustomerCollectionFactory
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
47
* @param CollectionByPagesIteratorFactory $colIteratorFactory
61
48
* @param array $data
62
49
*/
63
50
public function __construct (
64
- CustomerCollectionFactory $ collectionFactory ,
65
51
CollectionByPagesIteratorFactory $ colIteratorFactory ,
66
52
array $ data = []
67
53
) {
68
- $ this ->_customerCollection = isset (
69
- $ data ['customer_collection ' ]
70
- ) ? $ data ['customer_collection ' ] : $ collectionFactory ->create ();
71
54
$ this ->_pageSize = isset ($ data ['page_size ' ]) ? $ data ['page_size ' ] : 0 ;
72
55
$ this ->_byPagesIterator = isset (
73
56
$ data ['collection_by_pages_iterator ' ]
You can’t perform that action at this time.
0 commit comments