Skip to content

Commit 95383b3

Browse files
authored
# feat: add param values to request() params
1 parent 80c129a commit 95383b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Router.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,7 @@ public static function findRoute(
788788

789789
$handledRoutes[] = $routeData;
790790

791-
if ($returnFirst) {
792-
return [$routeData];
793-
}
791+
if ($returnFirst) break;
794792
}
795793
}
796794

0 commit comments

Comments
 (0)