* judge sorting
This commit is contained in:
parent
9d790133c6
commit
26c74ec238
@ -30,6 +30,7 @@ class JudgeManager
|
|||||||
return $qb->select('j, t')
|
return $qb->select('j, t')
|
||||||
->from(Judge::class, 'j')
|
->from(Judge::class, 'j')
|
||||||
->leftJoin('j.titles', 't')
|
->leftJoin('j.titles', 't')
|
||||||
|
->orderBy('j.name', 'ASC')
|
||||||
->getQuery()
|
->getQuery()
|
||||||
->getArrayResult();
|
->getArrayResult();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user