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 40a4ed8 commit 5945195Copy full SHA for 5945195
app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php
@@ -195,7 +195,7 @@ public function __construct(
195
$this->batchCount = $batchCount;
196
197
$this->productPriceCalculator = $productPriceCalculator ?? ObjectManager::getInstance()->get(
198
- ProductPriceCalculator::class
+ ProductPriceCalculator::class
199
);
200
$this->reindexRuleProduct = $reindexRuleProduct ?? ObjectManager::getInstance()->get(
201
ReindexRuleProduct::class
0 commit comments