diff --git a/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/TagFactory.php b/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/TagFactory.php index 12f18bd..cad56dd 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/TagFactory.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/TagFactory.php @@ -30,7 +30,7 @@ class TagFactory /** * @param EntityManager $em */ - public function __construct(LoggerInterface $log, EntityManagerInterface $em) + public function __construct(LoggerInterface $log, EntityManager $em) { $this->log = $log; $this->em = $em;