Fix piggy bank orders

This commit is contained in:
James Cole
2024-12-14 20:16:08 +01:00
parent 6a62f781e9
commit 28d7e24d30
8 changed files with 73 additions and 47 deletions

View File

@@ -289,7 +289,6 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
->where('accounts.user_id', auth()->user()->id)
->with(
[
'account',
'objectGroups',
]
)