[Directory] Actors are now organized by nickname

This commit is contained in:
Angelo D. Moura 2020-11-30 02:41:19 +00:00 committed by Hugo Sales
parent 505e60d89f
commit 4f85efa071
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ END;
return [
'_template' => 'network/actors.html.twig',
'actors' => DB::dql('select a from App\Entity\GSActor a ' .
'order by a.created DESC'),
'order by a.nickname ASC'),
];
}
}