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;