🤖 Auto commit for release 'develop' on 2025-04-11

This commit is contained in:
JC5
2025-04-11 20:00:17 +02:00
parent 9d900a69ed
commit d1880de30e
8 changed files with 97 additions and 97 deletions

View File

@@ -247,6 +247,6 @@ class OperationsRepository implements OperationsRepositoryInterface, UserGroupIn
}
$summarizer = new TransactionSummarizer($this->user);
return $summarizer->groupByCurrencyId($journals,'negative', false);
return $summarizer->groupByCurrencyId($journals, 'negative', false);
}
}