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