From 0fb8434d20cc7cf685782964df53aa0dee7ad5dd Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Apr 2019 20:43:07 -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 51352ee00..9ff854da8 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -142,7 +142,7 @@ class LookupHelper { } catch(\Seat\Eseye\Exceptions\RequestFailedException $e){ return $e->getEsiResponse(); } - dd($corporation); + //Save all of the data to the database $corp = new CorporationToAlliance; $corp->corporation_id = $corpId;