From 21c73270fe2bfb8b531d74fbbc4ab68b379b4f7e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 18 Mar 2021 20:46:18 +0900 Subject: [PATCH] namespace change --- app/Console/Commands/MiningTaxes/MiningTaxesPayments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php b/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php index 02ae37d15..376fb4820 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php @@ -9,7 +9,7 @@ use Carbon\Carbon; //Application Library use Commands\Library\CommandHelper; -use App\Library\Lookup\LookupHelper; +use App\Library\Helplers\LookupHelper; use Seat\Eseye\Exceptions\RequestFailedException; use App\Library\Esi\Esi;