From d926a0fd989d03cc0024530a013cc7b7f3eb5206 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 18 Mar 2021 20:46:49 +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 376fb4820..e9c1545ca 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\Helplers\LookupHelper; +use App\Library\Helpers\LookupHelper; use Seat\Eseye\Exceptions\RequestFailedException; use App\Library\Esi\Esi;