esi update for observers

This commit is contained in:
2021-03-21 21:41:18 +09:00
parent 24a76fb092
commit 5a68c84430

View File

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