esi update for observers

This commit is contained in:
2021-03-21 21:56:07 +09:00
parent ff6fed66ef
commit 482b65e026
2 changed files with 2 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ class MiningTaxesObservers extends Command
//Get the structure name from the universe endpoint to store in the database
$observerName = $sHelper->GetStructureName($observer->observer_id);
dd($observerName);
Observer::updateOrInsert([
'observer_id' => $observer->observer_id,
], [

View File

@@ -100,9 +100,7 @@ class StructureHelper {
$info = null;
}
dd($info->name);
return $info->name;
return (string)$info->name;
}
public function GetStructureInfo($structureId) {