Skip to content

Commit

Permalink
Replace instance override with static
Browse files Browse the repository at this point in the history
Same semantics, just cleaner
  • Loading branch information
caendesilva committed Dec 18, 2023
1 parent 2d46f6b commit d86f543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function compile(): string
return GeneratesDocumentationSearchIndex::generate();
}

public function getOutputPath(): string
public static function outputPath(string $identifier): string
{
return static::routeKey();
}
Expand Down

0 comments on commit d86f543

Please sign in to comment.