character name to id issue
This commit is contained in:
@@ -39,7 +39,7 @@ class LookupHelper {
|
|||||||
if($count === 0) {
|
if($count === 0) {
|
||||||
//Format the name
|
//Format the name
|
||||||
$name = str_replace(' ', '%20', $character);
|
$name = str_replace(' ', '%20', $character);
|
||||||
|
dd($name);
|
||||||
try {
|
try {
|
||||||
//Get the character id from the ESI API.
|
//Get the character id from the ESI API.
|
||||||
$response = $esi->setQueryString([
|
$response = $esi->setQueryString([
|
||||||
|
|||||||
Reference in New Issue
Block a user