Skip to content

Commit a5caca2

Browse files
author
Stanislav Idolov
committed
Revert of AC-1705
1 parent 20ab79c commit a5caca2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@ public function __construct(
148148
$this->_defaultIndexerResource = $defaultIndexerResource;
149149
$this->_connection = $this->_defaultIndexerResource->getConnection();
150150
$this->tierPriceIndexResource = $tierPriceIndexResource ?? ObjectManager::getInstance()->get(
151-
TierPrice::class
152-
);
151+
TierPrice::class
152+
);
153153
$this->dimensionCollectionFactory = $dimensionCollectionFactory ?? ObjectManager::getInstance()->get(
154-
DimensionCollectionFactory::class
155-
);
154+
DimensionCollectionFactory::class
155+
);
156156
$this->tableMaintainer = $tableMaintainer ?? ObjectManager::getInstance()->get(
157-
TableMaintainer::class
158-
);
157+
TableMaintainer::class
158+
);
159159
}
160160

161161
/**

0 commit comments

Comments
 (0)