Very top of the tops

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-08-05 17:51:18 +02:00
parent 5be04942e7
commit 99fbaa9cba
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

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