mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 07:00:14 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3bb8d7c57 | |||
| b799dfd5e5 |
@@ -1 +0,0 @@
|
|||||||
AGENTS.md
|
|
||||||
@@ -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