Skip to content

Commit 00e0431

Browse files
committed
Remove leading backslashes
1 parent 3e1c9d9 commit 00e0431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/frontend/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
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">
55
<plugin name="customgento_removeproductcomparison" type="CustomGento\RemoveProductComparison\Plugin\RemoveCompareUrlPlugin" sortOrder="10"/>
66
</type>
77
<type name="Magento\Customer\CustomerData\SectionPoolInterface">
88
<plugin name="customgento_removeproductcomparison" type="CustomGento\RemoveProductComparison\Plugin\RemoveCompareSectionPlugin" sortOrder="10"/>
99
</type>
10-
<type name="\Magento\Customer\CustomerData\SectionPool">
10+
<type name="Magento\Customer\CustomerData\SectionPool">
1111
<plugin name="customgento_removeproductcomparison" type="CustomGento\RemoveProductComparison\Plugin\RemoveCompareSectionNamePlugin" sortOrder="10"/>
1212
</type>
1313
</config>

0 commit comments

Comments
 (0)