Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Aug 2, 2017
1 parent d883dc7 commit e348889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(
) {
$this->iteratorFactory = $iteratorFactory;
$this->rangeIteratorFactory = $rangeIteratorFactory ?: \Magento\Framework\App\ObjectManager::getInstance()
->get(\Magento\Framework\DB\Query\BatchIteratorFactory::class);
->get(\Silarn\CatalogIndexerFix\Rewrite\Framework\DB\Query\BatchRangeIteratorFactory::class);
}

/**
Expand Down

0 comments on commit e348889

Please sign in to comment.