File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Downloadable/Model/ResourceModel/Indexer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
use Magento \Customer \Model \Indexer \CustomerGroupDimensionProvider ;
22
22
23
23
/**
24
- * Configurable Products Price Indexer Resource model
24
+ * Downloadable Product Price Indexer Resource model
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
26
*/
26
27
class Price implements DimensionalIndexerInterface
27
28
{
@@ -100,6 +101,7 @@ public function __construct(
100
101
$ this ->indexTableStructureFactory = $ indexTableStructureFactory ;
101
102
$ this ->tableMaintainer = $ tableMaintainer ;
102
103
$ this ->productType = $ productType ;
104
+ $ this ->connectionName = $ connectionName ;
103
105
$ this ->priceModifiers = $ priceModifiers ;
104
106
$ this ->metadataPool = $ metadataPool ;
105
107
$ this ->resource = $ resource ;
You can’t perform that action at this time.
0 commit comments