Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix blank line before return statement
  • Loading branch information
Elias De Vos committed Jan 24, 2018
1 parent 42856ff commit 4ae2eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Routing/Router.php
Expand Up @@ -704,8 +704,10 @@ public static function routeExists($url = null, $full = false)
{
try {
$route = static::url($url, $full);

return true;
} catch (MissingRouteException $e) {

return false;
}
}
Expand Down

0 comments on commit 4ae2eda

Please sign in to comment.