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 d626257 commit d572120Copy full SHA for d572120
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')->twiceDaily(13, 17);
31
$schedule->command('sitemap:generate')->daily();
32
}
0 commit comments