From c332d5eec2bc361dbeb936bf8d264c8939cc9bd5 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:24:51 -0600 Subject: [PATCH] industry taxes testing --- app/Http/Controllers/StructureController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index e0bc69a82..e658b716a 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -78,6 +78,8 @@ class StructureController extends Controller } } + dd($name); + //Cycle through all of the structures and get the revenue for($j = 0; $j < sizeof($structures); $j++) { for($i = 0; $i < $months; $i++) {