mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Various code cleanup and phpstan suggestions
This commit is contained in:
@@ -68,7 +68,7 @@ class FixGroupAccounts extends Command
|
||||
$handler = new UpdatedGroupEventHandler();
|
||||
foreach ($groups as $groupId) {
|
||||
$group = TransactionGroup::find($groupId);
|
||||
$event = new UpdatedTransactionGroup($group);
|
||||
$event = new UpdatedTransactionGroup($group, true, true);
|
||||
$handler->unifyAccounts($event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user