System\Router::create PHP Method

create() public static method

Create a new instance of the Router class for chaining
public static create ( ) : object
return object
    public static function create()
    {
        return new static(Request::method(), Uri::current());
    }