fix: extra bracket breaks code.

This commit is contained in:
James Cole 2023-06-04 06:13:24 +02:00
parent 30124855e3
commit 5a55d1db24
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

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