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);