From 5bbfaf151558fe044d526b89df90d5b63072cdc4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 16 Feb 2021 18:23:36 +0900 Subject: [PATCH] mining tax observers --- app/Console/Commands/MiningTaxes/MiningTaxesObservers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php index 4119a0d68..39d34176b 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php @@ -64,6 +64,7 @@ class MiningTaxesObservers extends Command //Check for the esi scope if(!$esiHelper->HaveEsiScope($config['primary'], 'esi-industry.read_corporation_mining.v1') || !$esiHelper->HaveEsiScope($config['corporation'], 'esi-universe.read_structures.v1')) { Log::critical('Esi scopes were not found for FetchMiningTaxesObserversJob.'); + print("Esi scopes not found."); return; }