Skip to content

Commit

Permalink
TASK: Change default orderings to a more widely used default (account…
Browse files Browse the repository at this point in the history
… ASC, 2FA creationDate DESC)
  • Loading branch information
JamesAlias committed Sep 25, 2024
1 parent 4a63ec1 commit b28ff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/SecondFactorRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class SecondFactorRepository extends Repository
{
protected $defaultOrderings = [
'account' => 'DESC',
'account' => 'ASC',
'creationDate' => 'DESC'
];

Expand Down

0 comments on commit b28ff70

Please sign in to comment.