We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb8488 commit b62bf68Copy full SHA for b62bf68
src/support/src/Facades/URL.php
@@ -29,6 +29,7 @@
29
* @method static bool isValidUrl(string $path)
30
* @method static void forceScheme(string|null $scheme)
31
* @method static void forceHttps(bool $force = true)
32
+ * @method static void useOrigin(string|null $root)
33
* @method static \Hypervel\Router\UrlGenerator formatHostUsing(\Closure $callback)
34
* @method static \Hypervel\Router\UrlGenerator formatPathUsing(\Closure $callback)
35
* @method static \Hypervel\Router\UrlGenerator setSignedKey(string|null $signedKey = null)
0 commit comments