From cb9cb9fd6f7b1d4b7071a3a49cf200b6b5ddcff7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Apr 2019 20:27:13 -0500 Subject: [PATCH] working on bids --- app/Library/Lookups/LookupHelper.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index dcf82c253..810a67e99 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -109,14 +109,6 @@ class LookupHelper { return $e->getEsiResponse(); } - //Save all of the data to the database - $corp = new CorporationToAlliance; - $corp->corporation_id = $corporation->corporation_id; - $corp->corporation_name = $corporation->name; - $corp->alliance_id = $corporation->alliance_id; - $corp->alliance_name = $alliance->name; - $corp->save(); - //Return the corporation name return $corporation->name; } else {