public static function current() { if (!is_null(static::$uri)) { return static::$uri; } $uri = static::format(Request::getPathInfo()); static::segments($uri); return static::$uri = $uri; }