Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Jul 31, 2022
1 parent 33de7d8 commit 3d2dc62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command(SendDiscordNotifications::class)->everyMinute();
$schedule->command(DeleteOldData::class)->daily();
$schedule->command(OptimiseTables::class)->daily();
}

Expand Down

0 comments on commit 3d2dc62

Please sign in to comment.