Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit ed203ea

Browse files
authored
Update Router.php
1 parent ffc66ca commit ed203ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Router/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected function match($route)
171171
}
172172

173173
$path = $this->optional($route->route());
174-
$path = str_replace('.', '\\.', $path);
174+
//$path = str_replace('.', '\\.', $path); // issue #1
175175
$path = preg_replace_callback('~\<(.*?)\>~u', function ($matches) use (&$route)
176176
{
177177
list ($match, $newRegExp) = $this->tokenizer($matches[1]);

0 commit comments

Comments
 (0)