From 9e975c6815dce7d40b31f526b9ee4dfa5aa2ba1e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:25:31 -0600 Subject: [PATCH] industry taxes testing --- 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 e658b716a..ff92564cb 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -71,7 +71,7 @@ class StructureController extends Controller $temp = $esi->invoke('get', '/universe/structures/{structure_id}/', [ 'structure_id' => $structures[$j]->context_id, ]); - + var_dump($temp); $name[$i] = $temp->name; } catch(RequestFailedException $e) { $name[$i] = ' ';