mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
Fix question order (#99)
This commit is contained in:
@@ -30,6 +30,7 @@ class QuestionRepository extends ServiceEntityRepository
|
|||||||
and q1.quiz = :quiz
|
and q1.quiz = :quiz
|
||||||
)
|
)
|
||||||
and qz = :quiz
|
and qz = :quiz
|
||||||
|
order by q.ordering
|
||||||
DQL)
|
DQL)
|
||||||
->setMaxResults(1)
|
->setMaxResults(1)
|
||||||
->setParameter('candidate', $candidate)
|
->setParameter('candidate', $candidate)
|
||||||
|
|||||||
Reference in New Issue
Block a user