Merge branch 'homepage/rewrite' of gitlab.com:Chill-Projet/chill-bundles into homepage/rewrite

This commit is contained in:
2022-01-28 16:36:01 +01:00
6 changed files with 132 additions and 19 deletions

View File

@@ -239,7 +239,7 @@ final class NotificationRepository implements ObjectRepository
->setParameter('relatedEntityId', $relatedEntityId)
->setParameter('user', $user);
return $qb->getQuery()->getResult();
return $qb;
}
private function queryByAddressee(User $addressee, bool $countQuery = false): QueryBuilder