Skip to content
Snippets Groups Projects
Commit 45d7ddc6 authored by Igor Melnikov's avatar Igor Melnikov Committed by Olga Kopylova
Browse files

MAGETWO-59440: Refactor Module_Eav

Introducing SerializerInterface
parent bf646df6
No related merge requests found
......@@ -105,6 +105,7 @@ class Config
* @param \Magento\Eav\Model\ResourceModel\Entity\Type\CollectionFactory $entityTypeCollectionFactory
* @param \Magento\Framework\App\Cache\StateInterface $cacheState
* @param \Magento\Framework\Validator\UniversalFactory $universalFactory
* @param SerializerInterface $serializer
* @codeCoverageIgnore
*/
public function __construct(
......
......@@ -47,7 +47,7 @@ class Attribute
) {
$this->cache = $cache;
$this->serializer = $serializer;
$this->cacheState = $cacheState;;
$this->cacheState = $cacheState;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment