UserFactory code quality fix.
This commit is contained in:
parent
d8e6a2bbe0
commit
34fc7c9e21
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue