schedule stuff

This commit is contained in:
2021-03-30 20:48:24 +09:00
parent 4b554f97ae
commit c5b8957253

View File

@@ -7,7 +7,7 @@ use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel; use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
//Jobs //Jobs
use App\Jobs\Commands\MiningTaxes\FetchMiningTaxesLedgersJob; use App\Jobs\Commands\MiningTaxes\PreFetchMiningTaxesLedgersJob;
use App\Jobs\Commands\MiningTaxes\FetchMiningTaxesObserversJob; use App\Jobs\Commands\MiningTaxes\FetchMiningTaxesObserversJob;
use App\Jobs\Commands\MiningTaxes\ProcessMiningTaxesPaymentsJob; use App\Jobs\Commands\MiningTaxes\ProcessMiningTaxesPaymentsJob;
use App\Jobs\Commands\MiningTaxes\SendMiningTaxesInvoicesJob; use App\Jobs\Commands\MiningTaxes\SendMiningTaxesInvoicesJob;