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 cf48ffa commit 03399a0Copy full SHA for 03399a0
app/Console/Kernel.php
@@ -26,7 +26,7 @@ protected function schedule(Schedule $schedule)
26
{
27
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
28
$schedule->command('lcm:delete-old-unverified-users')->daily();
29
- // $schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
+ $schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
30
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
31
$schedule->command('lcm:send-unverified-mails')->weeklyOn(1, '8:00');
32
$schedule->command('sitemap:generate')->daily();
0 commit comments