Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
61ce5617
Commit
61ce5617
authored
Nov 01, 2020
by
Moreau Elise
Browse files
add location repository in useraction
parent
f1d1b2d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Application/Actions/User/UserAction.php
View file @
61ce5617
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment