From d5690921bdac76ebe163e3ba9ea55dbb00b5d806 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 13 Feb 2019 21:39:45 -0600 Subject: [PATCH] structuretaxhelper debug --- app/Http/Controllers/StructureController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 54033b8b4..7d58cbbd1 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -124,6 +124,7 @@ class StructureController extends Controller //Get the character's corporation from the lookup table or esi $corpId = $helper->LookupCharacter(Auth::user()->character_id); + $corpId = $corpId[0]->corporation_id; dd($corpId); //Get the dates we are working with $dates = $sHelper->GetTimeFrameInMonths($months);