structuretaxhelper debug

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

View File

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