Commit 216a38c5 authored by Taylor Otwell's avatar Taylor Otwell

remove some comment bloat.

parent 3ccad7de
......@@ -41,9 +41,6 @@ class URI {
$uri = static::remove($uri, $index);
}
// Format the final request URI. If there is nothing left, we will just
// return a single forward slash. Otherwise, we'll remove all of the
// leading and trailing spaces from the URI before returning it.
static::$uri = static::format($uri);
static::$segments = explode('/', static::$uri);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment