We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db51db2 commit f52576eCopy full SHA for f52576e
1 file changed
src/Controller/PackagesController.php
@@ -66,7 +66,7 @@ public function index()
66
67
$cakephpTags = $this->Packages->Tags->find('list', keyField: 'slug')
68
->where(['slug LIKE' => 'cakephp-%'])
69
- ->orderByAsc('label')
+ ->orderByDesc('label')
70
->toArray();
71
$phpTags = $this->Packages->Tags->find('list', keyField: 'slug')
72
->where(['slug LIKE' => 'php-%'])
0 commit comments