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 1169dbc commit 777f1feCopy full SHA for 777f1fe
src/Illuminate/Support/Facades/URL.php
@@ -39,6 +39,7 @@
39
* @method static \Illuminate\Routing\UrlGenerator setSessionResolver(callable $sessionResolver)
40
* @method static \Illuminate\Routing\UrlGenerator setKeyResolver(callable $keyResolver)
41
* @method static \Illuminate\Routing\UrlGenerator withKeyResolver(callable $keyResolver)
42
+ * @method static \Illuminate\Routing\UrlGenerator resolveMissingNamedRoutesUsing(callable $missingNamedRouteResolver)
43
* @method static string getRootControllerNamespace()
44
* @method static \Illuminate\Routing\UrlGenerator setRootControllerNamespace(string $rootNamespace)
45
* @method static void macro(string $name, object|callable $macro)
0 commit comments