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 6f743e2 commit 6e14167Copy full SHA for 6e14167
src/Illuminate/Support/Facades/Route.php
@@ -30,6 +30,7 @@
30
* @method static \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
31
* @method static \Illuminate\Routing\RouteRegistrar scopeBindings()
32
* @method static \Illuminate\Routing\RouteRegistrar where(array $where)
33
+ * @method static \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware)
34
* @method static \Illuminate\Routing\Router|\Illuminate\Routing\RouteRegistrar group(\Closure|string|array $attributes, \Closure|string $routes)
35
* @method static \Illuminate\Routing\ResourceRegistrar resourceVerbs(array $verbs = [])
36
* @method static string|null currentRouteAction()
0 commit comments