diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 9f417bf1..1b7d8e5a 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -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; diff --git a/src/Foundation/Kernel/Hyperlinks.php b/src/Foundation/Kernel/Hyperlinks.php index 2a4a9aa9..6b2fd20e 100644 --- a/src/Foundation/Kernel/Hyperlinks.php +++ b/src/Foundation/Kernel/Hyperlinks.php @@ -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(); }