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