Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 12, 2024
1 parent c1d8cc0 commit a9144f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Schedule::command(SendDailyEmailsCommand::class)->dailyAt('13:00');
Schedule::command(SendWeeklyEmailsCommand::class)->weeklyOn(Carbon::MONDAY, '13:00');
Schedule::command(PerformDatabaseBackupCommand::class)->hourly();
Schedule::command(PerformDatabaseBackupCommand::class)->everySixHours();
Schedule::command(DeleteNonEmailVerifiedUsersCommand::class)->hourly();
Schedule::command(SyncVerifiedUsersCommand::class)->daily();
Schedule::job(CleanUnusedUploadedImages::class)->hourly();

0 comments on commit a9144f9

Please sign in to comment.