mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -54,8 +54,8 @@ final class AccompanyingCourseControllerTest extends WebTestCase
|
||||
->findOneBy(['name' => 'Center A']);
|
||||
|
||||
$personIds = $em->createQuery('SELECT p.id FROM ' .
|
||||
Person::class . ' p ' .
|
||||
' WHERE p.center = :center')
|
||||
Person::class . ' p JOIN p.centerCurrent cc ' .
|
||||
' WHERE cc.center = :center')
|
||||
->setParameter('center', $center)
|
||||
->setMaxResults(100)
|
||||
->getScalarResult();
|
||||
|
Reference in New Issue
Block a user