Skip to content

Commit 28e64f3

Browse files
committed
✨ modification de la commande pour le post sur Telegram
1 parent 57e7fc1 commit 28e64f3

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
@@ -27,7 +27,7 @@ protected function schedule(Schedule $schedule)
2727
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
2828
$schedule->command('lcm:delete-old-unverified-users')->daily();
2929
// $schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
30-
$schedule->command('lcm:post-article-to-telegram')->twiceDaily(13, 17);
30+
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
3131
$schedule->command('sitemap:generate')->daily();
3232
}
3333

0 commit comments

Comments
 (0)