Skip to content
Snippets Groups Projects
Commit 61ce5617 authored by Moreau Elise's avatar Moreau Elise
Browse files

add location repository in useraction

parent f1d1b2d6
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ abstract class UserAction extends Action
parent::__construct($logger);
$this->userRepository = $em->getRepository('App\Domain\User\User');
$this->groupRepository = $em->getRepository('App\Domain\Group\Group');
$this->locationRepository = $em->getRepository('App\Domain\Location\Location');
$this->em = $em;
$this->flash = $flash;
$this->twig = $twig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment