mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
🤖 Auto commit for release 'develop' on 2026-02-06
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user