From 5a55d1db2465ff4e282cf30758331a6f6246905a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Jun 2023 06:13:24 +0200 Subject: [PATCH] fix: extra bracket breaks code. --- app/Services/Internal/Update/RecurrenceUpdateService.php | 1 - 1 file changed, 1 deletion(-) 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); } } -}