From 3efa2138c5939d0d75f22d3043600b2b320d3336 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 15 Mar 2021 20:51:47 +0900 Subject: [PATCH] job issue' git push --- app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php | 1 + 1 file changed, 1 insertion(+) 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')) {