Skip to content

Commit

Permalink
Compatibility with Url Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeeneX committed Jul 5, 2015
1 parent 90019e3 commit 6631ec6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,14 @@ protected function parseRoutes($routes)
}
return $tree;
}

public function getRawRoutes()
{
return $this->rawRoutes;
}

public function getMatchTypes()
{
return $this->matchTypes;
}
}

0 comments on commit 6631ec6

Please sign in to comment.