aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-05 17:51:18 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-05 17:51:18 +0200
commit99fbaa9cba21ea79334b3d72144a22c4afa5fbe5 (patch)
tree158899bbcf84c0d6f6281bd7b3f0c39df1b4ceaf /apps/settings
parent5be04942e733c8e862f81ab2b2ee81730f9aab3a (diff)
downloadnextcloud-server-99fbaa9cba21ea79334b3d72144a22c4afa5fbe5.tar.gz
nextcloud-server-99fbaa9cba21ea79334b3d72144a22c4afa5fbe5.zip
Very top of the tops
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/lib/Search/AppSearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Search/AppSearch.php b/apps/settings/lib/Search/AppSearch.php
index f06e060e9a4..393f63a9e81 100644
--- a/apps/settings/lib/Search/AppSearch.php
+++ b/apps/settings/lib/Search/AppSearch.php
@@ -63,7 +63,7 @@ class AppSearch implements IProvider {
* @inheritDoc
*/
public function getOrder(string $route, array $routeParameters): int {
- return -1;
+ return -50;
}
/**