mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Moving stuff around, optimising charts.
This commit is contained in:
@@ -245,7 +245,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
$join->on('source.transaction_journal_id', '=', 'transaction_journals.id');
|
||||
}
|
||||
)->where('source.account_id', $account->id);
|
||||
|
||||
$query->take(10);
|
||||
$set = $query->get(TransactionJournal::queryFields());
|
||||
|
||||
return $set;
|
||||
|
||||
Reference in New Issue
Block a user