mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-24 05:16:11 +01:00
parent
df14ee96a2
commit
d974b4607e
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ class StaticRecordCollection extends AbstractRecordCollection implements Editabl
|
|||
$queryBuilder->createNamedParameter($this->getIdentifier(), \PDO::PARAM_INT)
|
||||
)
|
||||
)
|
||||
->orderBy('sys_collection_entries.sorting')
|
||||
->execute();
|
||||
$relatedRecords = [];
|
||||
while ($record = $statement->fetch()) {
|
||||
|
|
Loading…
Reference in a new issue