From 4c9970329023cb15ee0f03b0375e38dc8a1d319a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 21 Mar 2021 21:37:29 +0900 Subject: [PATCH] esi update for observers --- app/Console/Commands/MiningTaxes/MiningTaxesObservers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php index abf14af6d..8dc5e90de 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php @@ -93,7 +93,7 @@ class MiningTaxesObservers extends Command //Run through the mining observers, and add them to the database foreach($resp as $observer) { //Declare the structure helper - $sHelper = new StructureHelper($config['primary'], $config['corporation'], $esi); + $sHelper = new StructureHelper($config['primary'], $config['corporation']); //Get the structure name from the universe endpoint to store in the database $observerInfo = $sHelper->GetStructureInfo($observer->observer_id);