Skip to content

Commit f52576e

Browse files
committed
adjust filter ordering
1 parent db51db2 commit f52576e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/PackagesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function index()
6666

6767
$cakephpTags = $this->Packages->Tags->find('list', keyField: 'slug')
6868
->where(['slug LIKE' => 'cakephp-%'])
69-
->orderByAsc('label')
69+
->orderByDesc('label')
7070
->toArray();
7171
$phpTags = $this->Packages->Tags->find('list', keyField: 'slug')
7272
->where(['slug LIKE' => 'php-%'])

0 commit comments

Comments
 (0)