Skip to content

Commit

Permalink
Revert internal deprecation
Browse files Browse the repository at this point in the history
This partially reverts commit 6c932a1.
  • Loading branch information
caendesilva committed Dec 18, 2023
1 parent eb07152 commit ef0fa70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ protected static function anotherSearchPageExists(): bool
return Hyde::pages()->first(fn (HydePage $file): bool => $file->getRouteKey() === static::routeKey()) !== null;
}

/** @deprecated Can be removed by https://github.com/hydephp/develop/pull/1498 */
public static function routeKey(): string
{
return ltrim(DocumentationPage::outputDirectory().'/search');
Expand Down

0 comments on commit ef0fa70

Please sign in to comment.