Skip to content

Commit

Permalink
Merge pull request #363 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Update Kernel.php
  • Loading branch information
JoshuaMicallefYBSU authored Oct 20, 2024
2 parents e499435 + 7785e58 commit 0e0f52e
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 0e0f52e

Please sign in to comment.