esi update for observers

This commit is contained in:
2021-03-21 21:40:45 +09:00
parent 2cd41593a5
commit 24a76fb092

View File

@@ -97,7 +97,7 @@ class MiningTaxesObservers extends Command
//Get the structure name from the universe endpoint to store in the database
$observerTemp = $sHelper->GetStructureInfo($observer->observer_id);
$observerInfo = json_decode($observerTemp, false);
$observerInfo = json_decode($observerTemp->raw, false);
Observer::updateOrInsert([
'observer_id' => $observer->observer_id,