mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
just mark other uses with mainScope and userJob !!
This commit is contained in:
@@ -108,7 +108,7 @@ final readonly class UserRepository implements UserRepositoryInterface
|
||||
LEFT JOIN u.mainScope mainScope
|
||||
LEFT JOIN u.userJob userJob
|
||||
ORDER BY u.label
|
||||
DQL);
|
||||
DQL); /// mainScope userJob
|
||||
|
||||
$query = $this->entityManager->createQuery($dql)
|
||||
->setHydrationMode(AbstractQuery::HYDRATE_ARRAY)
|
||||
|
Reference in New Issue
Block a user