This commit is contained in:
2019-05-30 03:27:56 -05:00
parent d01980515b
commit 894fec8ab5

View File

@@ -55,7 +55,7 @@ class StructureHelper {
//Find if the structure exists
$found = Structure::where(['structure_id' => $structure->structure_id])->get();
dd($found);
if(!$found) {
if($found == null) {
if(isset($info->solar_system_id)) {
$solarName = $this->GetSolarSystemName($info->solar_system_id);
} else {