Skip to content

Commit a4e373f

Browse files
committed
Radio Links - default order by name
1 parent 15f7b46 commit a4e373f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/RadioLinksController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function index()
2727
'RadioLinks',
2828
'AntennaTypes',
2929
]],
30+
'order' => ['name' => 'ASC'],
3031
];
3132

3233
$search = new SearchForm();

0 commit comments

Comments
 (0)