structuretaxhelper debug

This commit is contained in:
2019-02-13 21:41:06 -06:00
parent f8bc967d14
commit dc50b8e6d7

View File

@@ -49,7 +49,7 @@ class StructureTaxHelper {
'corporation_id' => $corpId,
'structure_type' => $refType,
])->get(['ratio']);
dd($ratio);
$ratio = $ratio[0]->ratio;
//Get the total taxes produced by the structure(s) over a given set of dates
$revenue = $this->GetRevenue($corpId, $refType, $start, $end);