contracts and update to lookup function

This commit is contained in:
2019-04-28 20:34:34 -05:00
parent 75bb7900b1
commit 78ce2b2138

View File

@@ -74,7 +74,7 @@ class StructureController extends Controller
//Get the character's corporation from the lookup table or esi //Get the character's corporation from the lookup table or esi
$corpId = $helper->LookupCharacter(Auth::user()->character_id); $corpId = $helper->LookupCharacter(Auth::user()->character_id);
$corpId = $corpId[0]->corporation_id;
//Get the dates we are working with //Get the dates we are working with
$dates = $sHelper->GetTimeFrameInMonths($months); $dates = $sHelper->GetTimeFrameInMonths($months);