This commit is contained in:
James Cole
2025-08-30 07:51:28 +02:00
parent 6eb8d0fc8c
commit 8846ee9091
8 changed files with 163 additions and 28 deletions

View File

@@ -139,6 +139,8 @@ interface RecurringRepositoryInterface
*/
public function getXOccurrencesSince(RecurrenceRepetition $repetition, Carbon $date, Carbon $afterDate, int $count): array;
public function markGroupsAsNow(Collection $groups): void;
/**
* Parse the repetition in a string that is user readable.
*/