test controller

This commit is contained in:
2019-12-12 00:06:34 -06:00
parent 04b58ece21
commit 3bb922955e

View File

@@ -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 {