From c1b57d86f5aed9dd1f5aecfb02f9b2ea5808c48c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 22:56:03 -0600 Subject: [PATCH] industry taxes testing --- app/Http/Controllers/StructureController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 7f251b845..487f72a88 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -34,8 +34,7 @@ class StructureController extends Controller $corpId = 98287666; $months = 3; - $name = array(); - $taxes = array(); + $taxes = []; //Declare the structure tax helper class $sHelper = new StructureTaxHelper();