mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-19 01:14:43 -05:00
🤖 Auto commit for release 'develop' on 2026-02-04
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user