Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-magosa committed Oct 18, 2014
1 parent 234f2b0 commit 07f57e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KM/Saffron/RoutesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function groupBy(\Closure $func)

foreach ($this as $route) {
if ($lastValue != ($value = $func($route))) {
$lastDomain = $value;
$lastValue = $value;
$index++;
}

Expand Down

0 comments on commit 07f57e3

Please sign in to comment.