We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe12dc2 + 7e2e9ec commit 3d9c47fCopy full SHA for 3d9c47f
1 file changed
apps/appstore/lib/Search/AppSearch.php
@@ -37,7 +37,7 @@ public function getName(): string {
37
38
#[\Override]
39
public function getOrder(string $route, array $routeParameters): int {
40
- return $route === 'appstore.Page.viewApps' ? -50 : 100;
+ return -50;
41
}
42
43
0 commit comments