Clean up event handlers and other code.

This commit is contained in:
James Cole
2026-02-03 20:24:16 +01:00
parent ebb6a186cc
commit f2996dcebe
13 changed files with 245 additions and 354 deletions

View File

@@ -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;
/**