diff options
Diffstat (limited to 'src/Router/UrlParsing.php')
-rw-r--r-- | src/Router/UrlParsing.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Router/UrlParsing.php b/src/Router/UrlParsing.php index 5727085..ee89260 100644 --- a/src/Router/UrlParsing.php +++ b/src/Router/UrlParsing.php @@ -31,10 +31,6 @@ trait UrlParsing $url = rtrim($url, '/'); } - if (substr($url, 0, 2) == '/:') { - $url = substr($url, 2); - } - return $url; } } |