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 fd4b631 commit bdce6abCopy full SHA for bdce6ab
app/code/Magento/Catalog/etc/di.xml
@@ -988,4 +988,10 @@
988
<argument name="frontendResource" xsi:type="object">Magento\Catalog\Model\ResourceModel\Product\Indexer\EavDecimal\FrontendResource</argument>
989
</arguments>
990
</type>
991
+ <type name="Magento\Catalog\Model\ResourceModel\Product\Indexer\Eav\Source">
992
+ <arguments>
993
+ <argument name="connectionName" xsi:type="string">indexer</argument>
994
+ <argument name="frontendResource" xsi:type="object">Magento\Catalog\Model\ResourceModel\Product\Indexer\Eav\FrontendResource</argument>
995
+ </arguments>
996
+ </type>
997
</config>
0 commit comments