mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-30 06:45:29 +00:00
Code Style
This commit is contained in:
parent
0e70e81227
commit
7c0d682687
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class EntryRepository extends EntityRepository
|
|||
$qb->orderBy('e.id', $order);
|
||||
} elseif ('updated' === $sort) {
|
||||
$qb->orderBy('e.updatedAt', $order);
|
||||
} else if ('archived' === $sort) {
|
||||
} elseif ('archived' === $sort) {
|
||||
$qb->orderBy('e.archivedAt', $order);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue