Skip to content

Commit

Permalink
Merge pull request #11 from salomao-rodrigues/master
Browse files Browse the repository at this point in the history
Update Route method call getUri to uri
  • Loading branch information
arcanedev-maroc authored Jun 18, 2017
2 parents 7300b02 + eb68370 commit 0f3f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trackers/RouteTracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private function checkPatterns($value, array $patterns)
*/
private function getRouteName(Route $route)
{
return is_null($name = $route->getName()) ? $route->getUri() : $name;
return is_null($name = $route->getName()) ? $route->uri() : $name;
}

/**
Expand Down

0 comments on commit 0f3f6d9

Please sign in to comment.