test controller
This commit is contained in:
@@ -160,8 +160,6 @@ class LookupHelper {
|
|||||||
Log::warning('Failed to get character information in GetCharacterInfo in Lookup');
|
Log::warning('Failed to get character information in GetCharacterInfo in Lookup');
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
var_dump($response);
|
|
||||||
dd();
|
|
||||||
|
|
||||||
//Store the character in our database
|
//Store the character in our database
|
||||||
$this->SaveCharacter($response, $charId);
|
$this->SaveCharacter($response, $charId);
|
||||||
|
|||||||
Reference in New Issue
Block a user