Skip to content

Commit

Permalink
Added back customerCollectionFactory property
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 committed Oct 30, 2018
1 parent b272c4e commit e973095
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,17 @@ class Storage
protected $_byPagesIterator;

/**
* @var CustomerCollectionFactory
*/
private $customerCollectionFactory;

/**
* @param CustomerCollectionFactory $collectionFactory
* @param CollectionByPagesIteratorFactory $colIteratorFactory
* @param array $data
*/
public function __construct(
CustomerCollectionFactory $collectionFactory,
CollectionByPagesIteratorFactory $colIteratorFactory,
array $data = []
) {
Expand Down

0 comments on commit e973095

Please sign in to comment.