main
panliang 2024-04-21 22:32:30 +08:00
parent da9b11de12
commit 11882044d1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule): void
{
$schedule->command(Commands\TaskLedgerGenerateCommand::class)->dailyAt('01:00');
$schedule->call(fn() => logger('schedule running'))->everyMinute();
}
/**