File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
4
- <type name =" \ Magento\Catalog\Block\Product\AbstractProduct" >
4
+ <type name =" Magento\Catalog\Block\Product\AbstractProduct" >
5
5
<plugin name =" customgento_removeproductcomparison" type =" CustomGento\RemoveProductComparison\Plugin\RemoveCompareUrlPlugin" sortOrder =" 10" />
6
6
</type >
7
7
<type name =" Magento\Customer\CustomerData\SectionPoolInterface" >
8
8
<plugin name =" customgento_removeproductcomparison" type =" CustomGento\RemoveProductComparison\Plugin\RemoveCompareSectionPlugin" sortOrder =" 10" />
9
9
</type >
10
- <type name =" \ Magento\Customer\CustomerData\SectionPool" >
10
+ <type name =" Magento\Customer\CustomerData\SectionPool" >
11
11
<plugin name =" customgento_removeproductcomparison" type =" CustomGento\RemoveProductComparison\Plugin\RemoveCompareSectionNamePlugin" sortOrder =" 10" />
12
12
</type >
13
13
</config >
You can’t perform that action at this time.
0 commit comments