Skip to content

Commit

Permalink
Merge pull request #583 from hydephp/develop
Browse files Browse the repository at this point in the history
HydePHP v1.3.3 - 2023-11-06
  • Loading branch information
caendesilva authored Nov 6, 2023
2 parents 6a37243 + 5767e25 commit 738f6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.3.2';
final public const VERSION = '1.3.3';

protected static self $instance;

Expand Down
2 changes: 1 addition & 1 deletion src/Pages/DocumentationPage.php
Original file line number Diff line number Diff line change
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 738f6c8

Please sign in to comment.