Skip to content

Commit

Permalink
Merge pull request #50 from jerry1970/master
Browse files Browse the repository at this point in the history
Making parseUrlParameters public
  • Loading branch information
devvoh committed Feb 26, 2019
2 parents 8d8fdf6 + 74ff882 commit 33dc58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function hasTemplatePath()
*
* @return $this
*/
protected function parseUrlParameters()
public function parseUrlParameters()
{
$urlParts = explode('/', $this->url);
$this->parameters = [];
Expand Down

0 comments on commit 33dc58e

Please sign in to comment.