mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-28 09:16:40 -06:00
Add a todo [skip ci]
This commit is contained in:
parent
00d785d891
commit
efc6b0e45a
@ -129,6 +129,8 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
$query->whereIn('account_types.type', $types);
|
||||
}
|
||||
|
||||
// TODO a loop like this is no longer necessary
|
||||
|
||||
$accounts = $query->get(['accounts.*']);
|
||||
/** @var Account $account */
|
||||
foreach ($accounts as $account) {
|
||||
|
Loading…
Reference in New Issue
Block a user