[Directory] Changed the route so the plugin Directory doesn't take over - query is not working for some reason
This commit is contained in:
@@ -152,8 +152,8 @@ END;
|
||||
{
|
||||
return [
|
||||
'_template' => 'network/groups.html.twig',
|
||||
'groups' => DB::dql('select group from App\Entity\Groups group ' .
|
||||
'order by group.created DESC'),
|
||||
'groups' => DB::dql('select g from App\Entity\Group g ' .
|
||||
'order by g.nickname ASC'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user