mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 19:47:11 +00:00
New test for edit form that is more inclusive.
This commit is contained in:
@@ -274,4 +274,6 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
public function first()
|
||||
{
|
||||
return Auth::user()->transactionjournals()->orderBy('date', 'ASC')->first(['transaction_journals.*']);
|
||||
}}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user