File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Mview/View Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Framework \DB \Ddl \Table ;
12
12
use Magento \Framework \DB \Query \Generator ;
13
13
use Magento \Framework \DB \Select ;
14
- use Magento \Framework \Mview \View \ChangeLogBatchWalker \IdsContext ;
14
+ use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsContext ;
15
15
use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsFetcherInterface ;
16
16
use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsSelectBuilderInterface ;
17
17
use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsTableBuilderInterface ;
@@ -47,7 +47,7 @@ class ChangelogBatchWalker implements ChangelogBatchWalkerInterface
47
47
/**
48
48
* @param ResourceConnection $resourceConnection
49
49
* @param \Magento\Framework\DB\Query\Generator $generator
50
- * @param \Magento\Framework\Mview\View\ChangeLogBatchWalker \IdsContext $idsContext
50
+ * @param \Magento\Framework\Mview\View\ChangelogBatchWalker \IdsContext $idsContext
51
51
*/
52
52
public function __construct (
53
53
ResourceConnection $ resourceConnection ,
You can’t perform that action at this time.
0 commit comments