Skip to content

Commit d572120

Browse files
committed
🔥 retrait de la commande de post sur twitter
1 parent d626257 commit d572120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function schedule(Schedule $schedule)
2626
{
2727
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
2828
$schedule->command('lcm:delete-old-unverified-users')->daily();
29-
$schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
29+
// $schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
3030
$schedule->command('lcm:post-article-to-telegram')->twiceDaily(13, 17);
3131
$schedule->command('sitemap:generate')->daily();
3232
}

0 commit comments

Comments
 (0)