diff --git a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php index 3b09d31c2..085068ceb 100644 --- a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php +++ b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php @@ -80,6 +80,7 @@ class FetchMiningTaxesLedgersJob implements ShouldQueue $mHelper = new MoonCalc; $esiHelper = new Esi; $pageFailed = false; + $config = config('esi'); //Check for the correct scope if(!$esiHelper->haveEsiScope($this->charId, 'esi-industry.read_corporation_mining.v1')) {