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 4c3e813 commit 16dd864Copy full SHA for 16dd864
app/Console/Kernel.php
@@ -23,7 +23,7 @@ protected function schedule(Schedule $schedule): void
23
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
24
$schedule->command('lcm:send-unverified-mails')->weeklyOn(1, '8:00');
25
$schedule->command('sitemap:generate')->daily();
26
- $schedule->command('lcm:notify-pending-articles')->everyTwoDays();
+ $schedule->command('lcm:notify-pending-articles')->days(2);
27
}
28
29
0 commit comments