Skip to content

Commit 5945195

Browse files
committed
MAGETWO-71554: Category edit performance issue - for 2.2
1 parent 40a4ed8 commit 5945195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function __construct(
195195
$this->batchCount = $batchCount;
196196

197197
$this->productPriceCalculator = $productPriceCalculator ?? ObjectManager::getInstance()->get(
198-
ProductPriceCalculator::class
198+
ProductPriceCalculator::class
199199
);
200200
$this->reindexRuleProduct = $reindexRuleProduct ?? ObjectManager::getInstance()->get(
201201
ReindexRuleProduct::class

0 commit comments

Comments
 (0)