Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
6562680 committed Dec 3, 2024
1 parent 9d1a8dc commit 449f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Route/RouteGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function register($fn) // : static
$routeBlueprint->path($path);
}

if ('' !== $path) {
if ('' !== $name) {
$routeBlueprint->name($name);
}

Expand Down

0 comments on commit 449f7bb

Please sign in to comment.