mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Use other method of collecting query fields. #142
This commit is contained in:
@@ -37,7 +37,7 @@ class JournalList implements BinderInterface
|
||||
$object = TransactionJournal::whereIn('transaction_journals.id', $ids)
|
||||
->expanded()
|
||||
->where('transaction_journals.user_id', Auth::user()->id)
|
||||
->get(TransactionJournal::QUERYFIELDS);
|
||||
->get(TransactionJournal::queryFields());
|
||||
|
||||
if ($object->count() > 0) {
|
||||
return $object;
|
||||
|
||||
Reference in New Issue
Block a user