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 #1890
  • Loading branch information
caendesilva committed Jul 23, 2024
1 parent cf71a76 commit e9778a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/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 e9778a9

Please sign in to comment.