From aea3276fda88764c451f75525eee044d4cc910f9 Mon Sep 17 00:00:00 2001 From: Anton Kaplya <anton.kaplya@magento.com> Date: Wed, 6 Apr 2016 11:42:54 +0300 Subject: [PATCH] MAGETWO-50676: EntityManager introduction --- app/code/Magento/Catalog/etc/di.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/code/Magento/Catalog/etc/di.xml b/app/code/Magento/Catalog/etc/di.xml index 2827545c44e..38c70fc3c1c 100644 --- a/app/code/Magento/Catalog/etc/di.xml +++ b/app/code/Magento/Catalog/etc/di.xml @@ -483,9 +483,6 @@ <preference for="Magento\Catalog\Api\Data\ProductOptionInterface" type="Magento\Catalog\Model\ProductOption" /> <virtualType name="Magento\Catalog\Model\ResourceModel\Attribute\Collection" type="Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection"> </virtualType> - <type name="Magento\Catalog\Api\ProductRepositoryInterface"> - <plugin name="transactionWrapper" type="Magento\Catalog\Model\Plugin\ProductRepository\TransactionWrapper" sortOrder="-1"/> - </type> <type name="Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend"> <plugin name="attributeValidation" type="Magento\Catalog\Plugin\Model\Attribute\Backend\AttributeValidation"/> </type> -- GitLab