Skip to content

Commit 870ebe6

Browse files
Add forceRootUrl to URL facade doc block (#44415)
1 parent 23e8dd8 commit 870ebe6

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/URL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @method static string to(string $path, $extra = [], bool $secure = null)
2222
* @method static void defaults(array $defaults)
2323
* @method static void forceScheme(string $scheme)
24+
* @method static void forceRootUrl(string $root)
2425
* @method static bool isValidUrl(string $path)
2526
*
2627
* @see \Illuminate\Routing\UrlGenerator

0 commit comments

Comments
 (0)