Skip to content

Commit 2d3b8d6

Browse files
committed
MAGETWO-52583: Category products are not updated on storefront
1 parent 377228f commit 2d3b8d6

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin

1 file changed

+4
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Category.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
use Magento\Catalog\Model\ResourceModel\Category as ResourceCategory;
1010
use Magento\Framework\Model\AbstractModel;
1111

12-
12+
/**
13+
* Class Category
14+
* @package Magento\CatalogSearch\Model\Indexer\Fulltext\Plugin
15+
*/
1316
class Category extends AbstractPlugin
1417
{
1518
/**

0 commit comments

Comments
 (0)