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 25, 2024
1 parent 0bdb029 commit 9f35470
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 @@ -46,7 +46,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new DiscordAccountCheck())->dailyAt('04:00');

//Roster Inactivity checks
$schedule->job(new ProcessRosterInactivity())->dailyAt('23:59');
$schedule->job(new ProcessRosterInactivity())->dailyAt('23:55');

// Shanwick Controller Roster Update
$schedule->job(new ProcessShanwickControllers())->daily();
Expand Down

0 comments on commit 9f35470

Please sign in to comment.