Webiny\Component\Router\Route\RouteCollection::__construct PHP Method

__construct() public method

Base constructor.
public __construct ( )
    public function __construct()
    {
        $this->routes = $this->arr([]);
    }