Skip to content

Commit 6cd189f

Browse files
committed
Disable the renewal reminder
# Conflicts: # app/Console/Kernel.php
1 parent 4fd8e40 commit 6cd189f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ class Kernel extends ConsoleKernel
1212
*/
1313
protected function schedule(Schedule $schedule): void
1414
{
15-
// Send license expiry warnings daily at 9 AM UTC
16-
$schedule->command('licenses:send-expiry-warnings')
17-
->dailyAt('09:00')
18-
->onOneServer()
19-
->runInBackground();
20-
2115
// Remove GitHub access for users with expired Max licenses
2216
$schedule->command('github:remove-expired-access')
2317
->dailyAt('10:00')

0 commit comments

Comments
 (0)