mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-11 06:01:36 +00:00
Clean up event handlers and other code.
This commit is contained in:
@@ -48,6 +48,7 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface RecurringRepositoryInterface
|
||||
{
|
||||
public function setLatestDate(Recurrence $recurrence, Carbon $date): Recurrence;
|
||||
public function createdPreviously(Recurrence $recurrence, Carbon $date): bool;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user