diff --git a/lib/internal/Magento/Framework/EntityManager/EntityManager.php b/lib/internal/Magento/Framework/EntityManager/EntityManager.php index 2ab4dd414282724484cc4fbfb204b5ab526fccdc..58a6bf3bee61975ac0d816da2b88611c0c98d219 100644 --- a/lib/internal/Magento/Framework/EntityManager/EntityManager.php +++ b/lib/internal/Magento/Framework/EntityManager/EntityManager.php @@ -3,12 +3,8 @@ * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ - namespace Magento\Framework\EntityManager; -use Magento\Framework\EntityManager\MetadataPool; -use Magento\Framework\Model\ResourceModel\Db\ObjectRelationProcessor; - /** * Class EntityManager */ @@ -64,7 +60,6 @@ class EntityManager */ public function save($entity, $entityType = null, $arguments = []) { - //@todo add EntityTypeResolver if ($this->has($entity, $entityType, $arguments)) { $operation = $this->operationPool->getOperation($entityType, 'update');