From 7c4a9c1485433107240b4d81268ea1f45878dd78 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 11 Dec 2018 21:01:59 -0600 Subject: [PATCH] structure controller --- app/Http/Controllers/StructureController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 6e6c64647..ca0ba87c8 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -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);