esi update for observers
This commit is contained in:
@@ -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,
|
||||
], [
|
||||
|
||||
@@ -100,9 +100,7 @@ class StructureHelper {
|
||||
$info = null;
|
||||
}
|
||||
|
||||
dd($info->name);
|
||||
|
||||
return $info->name;
|
||||
return (string)$info->name;
|
||||
}
|
||||
|
||||
public function GetStructureInfo($structureId) {
|
||||
|
||||
Reference in New Issue
Block a user