]> source.dussan.org Git - nextcloud-server.git/commitdiff
Very top of the tops 22102/head
authorJoas Schilling <coding@schilljs.com>
Wed, 5 Aug 2020 15:51:18 +0000 (17:51 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 5 Aug 2020 15:51:18 +0000 (17:51 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/lib/Search/AppSearch.php

index f06e060e9a4fd30d4de0d15fade24248c0be79e2..393f63a9e81b0292969a472d9c350a6e399795bc 100644 (file)
@@ -63,7 +63,7 @@ class AppSearch implements IProvider {
         * @inheritDoc
         */
        public function getOrder(string $route, array $routeParameters): int {
-               return -1;
+               return -50;
        }
 
        /**