This commit is contained in:
2019-05-30 03:28:17 -05:00
parent 894fec8ab5
commit 415ae401fd

View File

@@ -54,7 +54,6 @@ 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 == null) {
if(isset($info->solar_system_id)) {
$solarName = $this->GetSolarSystemName($info->solar_system_id);