Skip to content

Commit

Permalink
Merge pull request #661 from hydephp/version
Browse files Browse the repository at this point in the history
HydePHP v1.7.3 - 2024-07-23
  • Loading branch information
caendesilva authored Jul 23, 2024
2 parents 4512c1e + 14b4da1 commit d5b2f5c
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 @@ -58,7 +58,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.7.2';
final public const VERSION = '1.7.3';

protected static self $instance;

Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Kernel/Hyperlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function url(string $path = ''): string
}

// User is trying to get the base URL, but it's not set
// This exception is deprecated and will be removed in v2.0.0, and we will return null instead.
// This exception is deprecated and will be removed in v2.0.0, and we will throw a BadMethodCallException instead.
throw new BaseUrlNotSetException();
}

Expand Down

0 comments on commit d5b2f5c

Please sign in to comment.