File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Catalog/Model/Indexer/Product/Price Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments