Method should be public.

This commit is contained in:
James Cole 2025-02-08 06:57:26 +01:00
parent f42fcff04a
commit 7394e50ae2
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -119,7 +119,7 @@ class UpdatedGroupEventHandler
/**
* This method will make sure all source / destination accounts are the same.
*/
private function unifyAccounts(UpdatedTransactionGroup $updatedGroupEvent): void
public function unifyAccounts(UpdatedTransactionGroup $updatedGroupEvent): void
{
$group = $updatedGroupEvent->transactionGroup;
if (1 === $group->transactionJournals->count()) {