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(
148
148
$ this ->_defaultIndexerResource = $ defaultIndexerResource ;
149
149
$ this ->_connection = $ this ->_defaultIndexerResource ->getConnection ();
150
150
$ this ->tierPriceIndexResource = $ tierPriceIndexResource ?? ObjectManager::getInstance ()->get (
151
- TierPrice::class
152
- );
151
+ TierPrice::class
152
+ );
153
153
$ this ->dimensionCollectionFactory = $ dimensionCollectionFactory ?? ObjectManager::getInstance ()->get (
154
- DimensionCollectionFactory::class
155
- );
154
+ DimensionCollectionFactory::class
155
+ );
156
156
$ this ->tableMaintainer = $ tableMaintainer ?? ObjectManager::getInstance ()->get (
157
- TableMaintainer::class
158
- );
157
+ TableMaintainer::class
158
+ );
159
159
}
160
160
161
161
/**
You can’t perform that action at this time.
0 commit comments