set V1
This commit is contained in:
@@ -37,8 +37,8 @@ class ParticipantRepository extends ServiceEntityRepository
|
||||
public function getAll(): Paginator
|
||||
{
|
||||
$qb = $this->createQueryBuilder('p')
|
||||
->addSelect('s')
|
||||
->leftJoin('p.site', 's')
|
||||
->addSelect('site')
|
||||
->leftJoin('p.site', 'site')
|
||||
->getQuery();
|
||||
return new Paginator($qb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user