mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Fix piggy bank orders
This commit is contained in:
@@ -289,7 +289,6 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
|
||||
->where('accounts.user_id', auth()->user()->id)
|
||||
->with(
|
||||
[
|
||||
'account',
|
||||
'objectGroups',
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user