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;