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
1 changed files with 1 additions and 1 deletions

View File

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