We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d8b56 commit 912480aCopy full SHA for 912480a
system/Router/DefinedRouteCollector.php
@@ -49,7 +49,6 @@ public function collect(): Generator
49
50
foreach ($routes as $route => $handler) {
51
if (is_string($handler) || $handler instanceof Closure) {
52
-
53
if ($handler instanceof Closure) {
54
$view = $this->routeCollection->getRoutesOptions($route, $method)['view'] ?? false;
55
0 commit comments