fix: switch updatedAt to datetime_immutable

This commit is contained in:
Maël Gangloff
2024-09-04 18:33:02 +02:00
parent b4aef61de2
commit 71173306d6
6 changed files with 40 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ final readonly class SendNotifWatchListTriggerSchedule implements ScheduleProvid
{
return (new Schedule())
->add(
RecurringMessage::every('1 day', new ProcessWatchListsTrigger()),
RecurringMessage::every('1 hour', new ProcessWatchListsTrigger()),
)
->stateful($this->cache);
}