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 bd30b02 commit e574ffaCopy full SHA for e574ffa
src/Illuminate/Support/Facades/Route.php
@@ -37,6 +37,7 @@
37
* @method static \Symfony\Component\HttpFoundation\Response toResponse(\Symfony\Component\HttpFoundation\Request $request, mixed $response)
38
* @method static \Illuminate\Routing\Route substituteBindings(\Illuminate\Routing\Route $route)
39
* @method static void substituteImplicitBindings(\Illuminate\Routing\Route $route)
40
+ * @method static \Illuminate\Routing\Router substituteImplicitBindingsUsing(callable $callback)
41
* @method static void matched(string|callable $callback)
42
* @method static array getMiddleware()
43
* @method static \Illuminate\Routing\Router aliasMiddleware(string $name, string $class)
0 commit comments