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 {