From bf11d2291f21a31d30ddb49c8cccdcef42628840 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 11 Dec 2018 23:28:28 -0600 Subject: [PATCH] display taxes history --- app/Http/Controllers/StructureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 572f0d234..9dac1cd8e 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -34,7 +34,7 @@ class StructureController extends Controller $dates = $this->GetLongTimeFrame(); //Create the totalTaxes array - $totalTaxes = []; + $totalTaxes = array(); //Create the array for totalTaxes in order to send in the data to the view for($i = 0; $i < 12; $i++) {