From d01980515bf535bf87c6a09005d0532c290f8961 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 30 May 2019 03:26:56 -0500 Subject: [PATCH] testing --- app/Library/Structures/StructureHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Structures/StructureHelper.php b/app/Library/Structures/StructureHelper.php index 9390efd9e..67200b0ff 100644 --- a/app/Library/Structures/StructureHelper.php +++ b/app/Library/Structures/StructureHelper.php @@ -54,6 +54,7 @@ class StructureHelper { //Record the structure information into the database //Find if the structure exists $found = Structure::where(['structure_id' => $structure->structure_id])->get(); + dd($found); if(!$found) { if(isset($info->solar_system_id)) { $solarName = $this->GetSolarSystemName($info->solar_system_id);