🤖 Auto commit for release 'develop' on 2026-02-04

This commit is contained in:
JC5
2026-02-04 07:50:20 +01:00
parent 89d96ddc17
commit 3032118788
52 changed files with 629 additions and 581 deletions

View File

@@ -49,6 +49,7 @@ use Illuminate\Support\Collection;
interface RecurringRepositoryInterface
{
public function setLatestDate(Recurrence $recurrence, Carbon $date): Recurrence;
public function createdPreviously(Recurrence $recurrence, Carbon $date): bool;
/**