Skip to content

Commit b62bf68

Browse files
committed
chore: update phpdoc of URL facade
1 parent afb8488 commit b62bf68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/support/src/Facades/URL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @method static bool isValidUrl(string $path)
3030
* @method static void forceScheme(string|null $scheme)
3131
* @method static void forceHttps(bool $force = true)
32+
* @method static void useOrigin(string|null $root)
3233
* @method static \Hypervel\Router\UrlGenerator formatHostUsing(\Closure $callback)
3334
* @method static \Hypervel\Router\UrlGenerator formatPathUsing(\Closure $callback)
3435
* @method static \Hypervel\Router\UrlGenerator setSignedKey(string|null $signedKey = null)

0 commit comments

Comments
 (0)