From 7785e584e74479a749675034b56ee808555894ff Mon Sep 17 00:00:00 2001 From: JoshuaMicallefYBSU <91457812+JoshuaMicallefYBSU@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:50:21 +1000 Subject: [PATCH] Update Kernel.php --- 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 e95d10ee..ffc2b3a9 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -43,7 +43,7 @@ protected function schedule(Schedule $schedule) $schedule->job(new ProcessSessionLogging())->everyMinute(); //Inactivity checks - $schedule->job(new DiscordAccountCheck())->dailyAt('10:50'); + $schedule->job(new DiscordAccountCheck())->dailyAt('10:52'); //Inactivity checks $schedule->job(new ProcessRosterInactivity())->daily();