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 5af603c commit 68f8218Copy full SHA for 68f8218
system/Router/DefinedRouteCollector.php
@@ -57,7 +57,7 @@ public function collect(): Generator
57
$handler = $view ? '(View) ' . $view : '(Closure)';
58
}
59
60
- $routeName = $this->routeCollection->getRoutesOptions($route)['as'] ?? $route;
+ $routeName = $this->routeCollection->getRoutesOptions($route, $method)['as'] ?? $route;
61
62
yield [
63
'method' => $method,
0 commit comments