🤖 Auto commit for release 'develop' on 2026-02-04

This commit is contained in:
JC5
2026-02-04 07:50:20 +01:00
parent 89d96ddc17
commit 3032118788
52 changed files with 629 additions and 581 deletions
@@ -74,7 +74,8 @@ class CorrectsCurrencies extends Command
->where('accounts.user_group_id', $userGroup->id)
->where('account_meta.name', 'currency_id')
->groupBy('data')
->get(['data']);
->get(['data'])
;
foreach ($meta as $entry) {
$found[] = (int) $entry->data;
}