From dc50b8e6d748d52bf5ecc9b478f6e77074011386 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 13 Feb 2019 21:41:06 -0600 Subject: [PATCH] structuretaxhelper debug --- app/Library/Structures/StructureTaxHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 6887b6df8..bf5020cce 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -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);