From 94ab86672b5f63c0c39bc3a0fd3d3fdd4eb8d5ba Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Wed, 27 May 2026 08:43:45 +0200 Subject: [PATCH] feat: engagment --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();