remove some comment bloat.
This commit is contained in:
parent
3ccad7de60
commit
216a38c574
|
@ -41,9 +41,6 @@ public static function current()
|
||||||
$uri = static::remove($uri, $index);
|
$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::$uri = static::format($uri);
|
||||||
|
|
||||||
static::$segments = explode('/', static::$uri);
|
static::$segments = explode('/', static::$uri);
|
||||||
|
|
Loading…
Reference in New Issue