summaryrefslogtreecommitdiffstats
path: root/src/Router/UrlParsing.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Router/UrlParsing.php')
-rw-r--r--src/Router/UrlParsing.php4
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;
}
}