We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4a2c8 commit 52c9c9eCopy full SHA for 52c9c9e
routes/console.php
@@ -10,7 +10,7 @@
10
use Illuminate\Support\Facades\Schedule;
11
12
Schedule::command(SendUnreadNotificationEmailsCommand::class)->dailyAt('13:00');
13
-Schedule::command(SendUnreadNotificationEmailsCommand::class, ['--weekly' => true])->weekly()->mondays()->at('13:00');
+Schedule::command(SendUnreadNotificationEmailsCommand::class, ['--weekly'])->weekly()->mondays()->at('13:00');
14
Schedule::command(PerformDatabaseBackupCommand::class)->everySixHours();
15
Schedule::command(DeleteNonEmailVerifiedUsersCommand::class)->hourly();
16
Schedule::command(SyncVerifiedUsersCommand::class)->daily();
0 commit comments