LeagueWrap\Api\Staticdata::version PHP Method

version() public method

Get the version information for the current region.
public version ( ) : Array
return Array
    public function version()
    {
        $params = $this->setUpParams();
        return $this->makeRequest('versions', null, $params);
    }