From a070e7bdeb64985c1dd94e0f920c99d42687f94e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Apr 2019 20:39:46 -0500 Subject: [PATCH] lookup helper issues --- 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 46aebcda3..6d399f878 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -121,7 +121,7 @@ class LookupHelper { public function LookupCorporation($corpId) { //Check for the character in the user_to_corporation table $found = CorporationToAlliance::where('corporation_id', $corpId)->get(['alliance_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]->alliance_id)) {