structuretaxhelper debug
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user