display taxes history

This commit is contained in:
2018-12-11 23:28:28 -06:00
parent 4f9ce8aa04
commit bf11d2291f

View File

@@ -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++) {