Skip to content

Commit

Permalink
Update character endpoint to V5
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Dec 1, 2021
1 parent 9317df1 commit cc981bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESIClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getCharacterName($characterId)
return $this->getEntityName(
$characterId,
'characters',
Settings::$ESI_URL."v4/characters/$characterId/"
Settings::$ESI_URL."v5/characters/$characterId/"
);
}

Expand Down

0 comments on commit cc981bd

Please sign in to comment.