esi update for observers
This commit is contained in:
@@ -95,11 +95,11 @@ class MiningTaxesObservers extends Command
|
|||||||
//Declare the structure helper
|
//Declare the structure helper
|
||||||
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
||||||
|
|
||||||
dd($observer->observer_id);
|
|
||||||
|
|
||||||
//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
|
||||||
$observerInfo = $sHelper->GetStructureInfo($observer->observer_id);
|
$observerInfo = $sHelper->GetStructureInfo($observer->observer_id);
|
||||||
|
|
||||||
|
dd($observerInfo);
|
||||||
|
|
||||||
Observer::updateOrInsert([
|
Observer::updateOrInsert([
|
||||||
'observer_id' => $observer->observer_id,
|
'observer_id' => $observer->observer_id,
|
||||||
], [
|
], [
|
||||||
|
|||||||
Reference in New Issue
Block a user