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

This commit is contained in:
JC5
2026-02-06 13:55:17 +01:00
parent b4d01d464d
commit 2de9926db8
324 changed files with 14224 additions and 14136 deletions
@@ -48,8 +48,6 @@ use Illuminate\Support\Collection;
*/
interface RecurringRepositoryInterface
{
public function setLatestDate(Recurrence $recurrence, Carbon $date): Recurrence;
public function createdPreviously(Recurrence $recurrence, Carbon $date): bool;
/**
@@ -150,6 +148,8 @@ interface RecurringRepositoryInterface
public function searchRecurrence(string $query, int $limit): Collection;
public function setLatestDate(Recurrence $recurrence, Carbon $date): Recurrence;
/**
* Store a new recurring transaction.
*