Skip to content

Commit

Permalink
fixup! feat(search): hide search provider
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net>
  • Loading branch information
Altahrim and nickvergessen authored Nov 22, 2023
1 parent 77d1c27 commit e328a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/Search/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function getName(): string;
* @return int|null
*
* @since 20.0.0
* @since 28.0.0 Can return null
*/
public function getOrder(string $route, array $routeParameters): ?int;

Expand Down

0 comments on commit e328a87

Please sign in to comment.