Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 15, 2023
1 parent 1773773 commit 9507668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function enabled(): bool
protected static function anotherSearchPageExists(): bool
{
// Since routes aren't discovered yet, we need to check the pages directly
return Hyde::pages()->first(fn(HydePage $file): bool => $file->getRouteKey() === static::routeKey()) !== null;
return Hyde::pages()->first(fn (HydePage $file): bool => $file->getRouteKey() === static::routeKey()) !== null;
}

protected static function routeKey(): string
Expand Down

0 comments on commit 9507668

Please sign in to comment.