test controller

This commit is contained in:
2019-12-12 00:06:04 -06:00
parent afb145aac1
commit 04b58ece21

View File

@@ -149,7 +149,7 @@ class LookupHelper {
public function GetCharacterInfo($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 {