diff --git a/app/Services/Internal/Update/RecurrenceUpdateService.php b/app/Services/Internal/Update/RecurrenceUpdateService.php index b8f65fce75..9f85b38504 100644 --- a/app/Services/Internal/Update/RecurrenceUpdateService.php +++ b/app/Services/Internal/Update/RecurrenceUpdateService.php @@ -361,4 +361,3 @@ class RecurrenceUpdateService $this->createTransactions($recurrence, $transactions); } } -}