This commit is contained in:
2019-05-30 03:26:56 -05:00
parent 7fffa955ae
commit d01980515b

View File

@@ -54,6 +54,7 @@ class StructureHelper {
//Record the structure information into the database //Record the structure information into the database
//Find if the structure exists //Find if the structure exists
$found = Structure::where(['structure_id' => $structure->structure_id])->get(); $found = Structure::where(['structure_id' => $structure->structure_id])->get();
dd($found);
if(!$found) { if(!$found) {
if(isset($info->solar_system_id)) { if(isset($info->solar_system_id)) {
$solarName = $this->GetSolarSystemName($info->solar_system_id); $solarName = $this->GetSolarSystemName($info->solar_system_id);