structuretaxhelper debug

This commit is contained in:
2019-02-13 21:40:27 -06:00
parent d5690921bd
commit f8bc967d14
2 changed files with 1 additions and 3 deletions

View File

@@ -125,7 +125,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);