Skip to content

Commit

Permalink
Merge pull request #1427 from hydephp/unslash-documentation-page-home…
Browse files Browse the repository at this point in the history
…-route-name

Unslash documentation page home route name
  • Loading branch information
caendesilva committed Nov 6, 2023
2 parents 00fb664 + 5b804b4 commit 5c45a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Pages/DocumentationPage.php
Expand Up @@ -36,7 +36,7 @@ public static function home(): ?Route

public static function homeRouteName(): string
{
return static::baseRouteKey().'/index';
return unslash(static::baseRouteKey().'/index');
}

/** @see https://hydephp.com/docs/1.x/documentation-pages#automatic-edit-page-button */
Expand Down

0 comments on commit 5c45a46

Please sign in to comment.