Skip to content

Commit

Permalink
use configured_eav_cache when EAV used
Browse files Browse the repository at this point in the history
  • Loading branch information
ilnytskyi committed Dec 12, 2020
1 parent 361aed9 commit fc04ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
</type>
<type name="Magento\Catalog\Plugin\Model\ResourceModel\Config">
<arguments>
<argument name="cache" xsi:type="object">Magento\Eav\Model\Cache\Type</argument>
<argument name="cache" xsi:type="object">configured_eav_cache</argument>
</arguments>
</type>
<preference for="Magento\Catalog\Api\ProductLinkTypeListInterface" type="Magento\Catalog\Model\Product\LinkTypeProvider" />
Expand Down

0 comments on commit fc04ddb

Please sign in to comment.