Skip to content

Commit

Permalink
Merge pull request #359 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 ffad7a7 + 790a3dd commit 45454a1
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('6:15');
$schedule->job(new DiscordAccountCheck())->dailyAt('6:40');

//Inactivity checks
$schedule->job(new ProcessRosterInactivity())->daily();
Expand Down

0 comments on commit 45454a1

Please sign in to comment.