From 0832330663b7075a4a55e8c7f4dfe841ec3d8e42 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Apr 2019 20:42:53 -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 88eb5afd0..51352ee00 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -145,7 +145,7 @@ class LookupHelper { dd($corporation); //Save all of the data to the database $corp = new CorporationToAlliance; - $corp->corporation_id = $corporation->corporation_id; + $corp->corporation_id = $corpId; $corp->corporation_name = $corporation->name; $corp->alliance_id = $corporation->alliance_id; $corp->alliance_name = $alliance->name;