mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Method should be public.
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user