From 777f1fe0b4963428bed9ba8cf232062cadd287be Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Mon, 14 Aug 2023 21:56:59 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/URL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Support/Facades/URL.php b/src/Illuminate/Support/Facades/URL.php index 8da96f482d99..984b2acde59a 100755 --- a/src/Illuminate/Support/Facades/URL.php +++ b/src/Illuminate/Support/Facades/URL.php @@ -39,6 +39,7 @@ * @method static \Illuminate\Routing\UrlGenerator setSessionResolver(callable $sessionResolver) * @method static \Illuminate\Routing\UrlGenerator setKeyResolver(callable $keyResolver) * @method static \Illuminate\Routing\UrlGenerator withKeyResolver(callable $keyResolver) + * @method static \Illuminate\Routing\UrlGenerator resolveMissingNamedRoutesUsing(callable $missingNamedRouteResolver) * @method static string getRootControllerNamespace() * @method static \Illuminate\Routing\UrlGenerator setRootControllerNamespace(string $rootNamespace) * @method static void macro(string $name, object|callable $macro)