From 19d7785565e27cf639e90c4cfae4cb6e5fed4905 Mon Sep 17 00:00:00 2001 From: JoshuaMicallefYBSU <91457812+JoshuaMicallefYBSU@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:57:27 +1000 Subject: [PATCH] Update Kernel.php --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index ff90963c..df9621b7 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -8,6 +8,7 @@ use App\Jobs\ProcessSoloCertExpiryWarnings; use App\Jobs\ProcessShanwickController; use App\Jobs\DiscordTrainingWeeklyUpdates; +use App\Jobs\UpdateDiscordUserRoles; use App\Models\Roster\RosterMember; use App\Notifications\Network\OneWeekInactivityReminder; use App\Notifications\Network\TwoWeekInactivityReminder;