From 7c86193215491b849865a0b24260541ffb189d22 Mon Sep 17 00:00:00 2001 From: xboard Date: Sat, 24 May 2025 20:19:54 +0800 Subject: [PATCH] fix: add missing files from previous commit --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index feb49c3..dd1f412 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -38,7 +38,7 @@ class Kernel extends ConsoleKernel $schedule->command('reset:traffic')->daily()->onOneServer(); $schedule->command('reset:log')->daily()->onOneServer(); // send - $schedule->command('send:remindMail')->dailyAt('11:30')->onOneServer(); + $schedule->command('send:remindMail', ['--force'])->dailyAt('11:30')->onOneServer(); // horizon metrics $schedule->command('horizon:snapshot')->everyFiveMinutes()->onOneServer(); // backup Timing