test controller
This commit is contained in:
@@ -147,9 +147,10 @@ class LookupHelper {
|
||||
}
|
||||
|
||||
public function GetCharacterInfo($charId) {
|
||||
dd($charId);
|
||||
|
||||
//Check our own database first
|
||||
$char = $this->LookupCharacter($charId, null);
|
||||
dd($char);
|
||||
//if the character was not found in the database, then get the information and store it in our database for later
|
||||
if($char == null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user