UserFactory code quality fix.

This commit is contained in:
Alexey Skobkin 2016-12-12 21:25:41 +03:00
parent d8e6a2bbe0
commit 34fc7c9e21

View file

@ -27,7 +27,7 @@ class UserFactory
/** /**
* @param EntityManager $em * @param EntityManager $em
*/ */
public function __construct(EntityManagerInterface $em) public function __construct(EntityManager $em)
{ {
$this->em = $em; $this->em = $em;
$this->userRepository = $em->getRepository('SkobkinPointToolsBundle:User'); $this->userRepository = $em->getRepository('SkobkinPointToolsBundle:User');