Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 26, 2022
1 parent 106eda3 commit 66fbd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Router/RouteCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public function group(string $name, ...$params)
$oldOptions = $this->currentOptions;

// To register a route, we'll set a flag so that our router
// so it will see the group name.
// will see the group name.
// If the group name is empty, we go on using the previously built group name.
$this->group = $name ? trim($oldGroup . '/' . $name, '/') : $oldGroup;

Expand Down

0 comments on commit 66fbd47

Please sign in to comment.