Skip to content

Commit c10859d

Browse files
author
Yauhen_Lyskavets
committed
MAGETWO-91694: Product does not get removed from flat product table after getting disabled
- Statics fix
1 parent 5c86bf3 commit c10859d

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Eraser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Magento\Catalog\Model\Product\Attribute\Source\Status;
1212
use Magento\Store\Model\Store;
1313

14+
/**
15+
* Flat item eraser. Used to clear items from the catalog flat table.
16+
*/
1417
class Eraser
1518
{
1619
/**

0 commit comments

Comments
 (0)