From c362de75890d491042d0ec3d4ace049a8eb34feb Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 7 Jun 2021 19:32:02 +0900 Subject: [PATCH] mining invoices --- .../Commands/MiningTaxes/ExecuteMiningTaxesLedgersCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiningTaxes/ExecuteMiningTaxesLedgersCommand.php b/app/Console/Commands/MiningTaxes/ExecuteMiningTaxesLedgersCommand.php index dc9ee0935..a37257130 100644 --- a/app/Console/Commands/MiningTaxes/ExecuteMiningTaxesLedgersCommand.php +++ b/app/Console/Commands/MiningTaxes/ExecuteMiningTaxesLedgersCommand.php @@ -4,7 +4,7 @@ namespace App\Console\Commands\MiningTaxes; use Illuminate\Console\Command; -use App\Jobs\Commands\MiningTaxes\Ledgers\PreFetchMiningTaxesLedgers as PreFetch; +use App\Jobs\Commands\MiningTaxes\PreFetchMiningTaxesLedgers as PreFetch; class ExecuteMiningTaxesLedgersCommand extends Command {