structuretaxhelper debug

This commit is contained in:
2019-02-13 21:39:45 -06:00
parent 1f2b392e88
commit d5690921bd

View File

@@ -124,6 +124,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;
dd($corpId); dd($corpId);
//Get the dates we are working with //Get the dates we are working with
$dates = $sHelper->GetTimeFrameInMonths($months); $dates = $sHelper->GetTimeFrameInMonths($months);