diff --git a/routes/console.php b/routes/console.php index 4f9401d..eb36e24 100644 --- a/routes/console.php +++ b/routes/console.php @@ -26,6 +26,6 @@ Schedule::command('meal-posts:generate-ai') ->withoutOverlapping(55) ->onOneServer(); Schedule::command('notifications:send-engagement-reminders') - ->dailyAt('13:02') + ->dailyAt('6:50') ->withoutOverlapping(30) ->onOneServer();