Compare commits

...

2 Commits

Author SHA1 Message Date
Marijn d3bb8d7c57 Fix question order (#99) 2026-05-16 13:33:44 +02:00
Marijn b799dfd5e5 Remove symlink 2026-05-10 10:43:33 +02:00
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
AGENTS.md
+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)