fix: extra bracket breaks code.

This commit is contained in:
James Cole
2023-06-04 06:13:24 +02:00
parent 30124855e3
commit 5a55d1db24

View File

@@ -361,4 +361,3 @@ class RecurrenceUpdateService
$this->createTransactions($recurrence, $transactions); $this->createTransactions($recurrence, $transactions);
} }
} }
}