mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Method should be public.
This commit is contained in:
parent
f42fcff04a
commit
7394e50ae2
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user