esi update for observers
This commit is contained in:
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user