Skip to content

Commit

Permalink
Update deprecation notice
Browse files Browse the repository at this point in the history
Updates for the new changes in hydephp/develop#1890 hydephp/develop@e9778a9
  • Loading branch information
github-actions committed Jul 23, 2024
1 parent b136f9b commit d28f9db
Showing 1 changed file with 1 addition and 1 deletion.
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 d28f9db

Please sign in to comment.