mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +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.
|
* 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;
|
$group = $updatedGroupEvent->transactionGroup;
|
||||||
if (1 === $group->transactionJournals->count()) {
|
if (1 === $group->transactionJournals->count()) {
|
||||||
|
Reference in New Issue
Block a user