Fix question order (#99)

This commit is contained in:
2026-05-16 13:33:44 +02:00
committed by GitHub
parent b799dfd5e5
commit d3bb8d7c57
+1
View File
@@ -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)