testing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user