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 2bcec6b commit 43402b0Copy full SHA for 43402b0
app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Rows.php
@@ -5,14 +5,14 @@
5
*/
6
namespace Magento\Catalog\Model\Indexer\Product\Flat\Action;
7
8
+use Magento\Catalog\Model\Indexer\Product\Flat\AbstractAction;
9
use Magento\Catalog\Model\Indexer\Product\Flat\FlatTableBuilder;
10
use Magento\Catalog\Model\Indexer\Product\Flat\TableBuilder;
11
12
/**
13
* Class Rows reindex action for mass actions
- *
14
15
-class Rows extends \Magento\Catalog\Model\Indexer\Product\Flat\AbstractAction
+class Rows extends AbstractAction
16
{
17
18
* @var Eraser
0 commit comments