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.
2 parents 82879fd + 52c9c9e commit f1a5894Copy full SHA for f1a5894
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