From 04b58ece21488bb84f7f8f44a1d7221fa21ae4f9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 12 Dec 2019 00:06:04 -0600 Subject: [PATCH] test controller --- app/Library/Lookups/LookupHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 7e87a3b7e..28ac5a09b 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -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 {