Skip to content

Commit

Permalink
Update Kernal to Test ShanwickFix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU committed Aug 21, 2024
1 parent 112e337 commit 08c5541
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 @@ -100,7 +100,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new ProcessSoloCertExpiryWarnings())->daily();

// Shanwick Controller Roster Update
$schedule->job(new ProcessShanwickController())->dailyAt('07:05');
$schedule->job(new ProcessShanwickController())->dailyAt('08:35');

//Training/OTS session reminders
$schedule->job(new ProcessSessionReminders())->daily();
Expand Down

0 comments on commit 08c5541

Please sign in to comment.