Skip to content

Commit

Permalink
Update Kernel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU committed Oct 20, 2024
1 parent a861f0f commit 7785e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7785e58

Please sign in to comment.