Closed santutu closed 5 years ago
LeagueApi.php 1559 lines
To change positions -> entries
$resultPromise = $this->setEndpoint("/lol/league/" . self::RESOURCE_LEAGUE_VERSION . "/positions/by-summoner/{$encrypted_summoner_id}") ->setResource(self::RESOURCE_LEAGUE, "/positions/by-summoner/%s") ->makeCall();
$resultPromise = $this->setEndpoint("/lol/league/" . self::RESOURCE_LEAGUE_VERSION . "/entries/by-summoner/{$encrypted_summoner_id}") ->setResource(self::RESOURCE_LEAGUE, "/entries/by-summoner/%s") ->makeCall();
it works
LeagueApi.php 1559 lines
To change positions -> entries
before
after
it works