mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Code cleanup.
This commit is contained in:
@@ -189,7 +189,7 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
->where('transaction_journals.user_id', $this->user->id)
|
||||
->whereNull('transaction_journals.deleted_at')
|
||||
->whereNull('transactions.deleted_at')
|
||||
->get( ['transactions.*']);
|
||||
->get(['transactions.*']);
|
||||
|
||||
return $set;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user