From 3981eaf903d9794e22226bc184e3c382a4404daa Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:43:19 -0600 Subject: [PATCH] industry taxes testing --- app/Http/Controllers/StructureController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index a0821d7d9..6a0e9f29a 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -64,6 +64,8 @@ class StructureController extends Controller //Create the esi class varialble $esi = new Eseye($authentication); + dd($structures); + //Cycle through all of the structures and build a list of names for($i = 0; $i < sizeof($structures); $i++) { //Get the structure name from the ESI API @@ -77,7 +79,6 @@ class StructureController extends Controller } $name[$i] = $temp->name; - dd($name[$i]); } //Cycle through all of the structures and get the revenue