structure controller

This commit is contained in:
2018-12-11 21:01:59 -06:00
parent aaf3cad128
commit 7c4a9c1485

View File

@@ -68,7 +68,8 @@ class StructureController extends Controller
$ratio = $this->CalculateTaxRatio($tax, $refType, $start, $end);
//Get the total taxes produced by the structure(s) over a given set of dates
$revenue = $this->GetRevenue($corpId, $refType, $start, $end);
$revenue = $this->GetRevenue($corpId, $refType, $start, $end);
var_dump($revenue);
dd($revenue);
$revenue = floatval($revenue) - floatval($fuelCost);