From 972f9fd1aa9f16614d4dece111ea31feb545c391 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 3 Feb 2019 01:09:06 -0600 Subject: [PATCH] structure taxes troubleshooting --- 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 7d0d5d4aa..2162716a1 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -21,7 +21,7 @@ class LookupHelper { public function LookupCharacter($charId) { //Check for the character in the user_to_corporation table $found = CharacterToCorporation::where('character_id', $charId)->get(['corporation_id']); - + dd($found); //If we don't find the character in the table, then we retrieve from ESI //and add the character to the table if(!isset($found[0]->corporation_id)) {