Make the order stable
[MAILPOET-1798]
This commit is contained in:
committed by
Jack Kitterhing
parent
62c5a8cc84
commit
55da20c8ce
@@ -24,6 +24,7 @@ class FormsRepository extends Repository {
|
||||
->select('f')
|
||||
->from(FormEntity::class, 'f')
|
||||
->where('f.deletedAt IS NULL')
|
||||
->orderBy('f.updatedAt', 'desc')
|
||||
->getQuery()
|
||||
->getResult();
|
||||
}
|
||||
|
Reference in New Issue
Block a user