mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Improve code quality and fix test coverage.
This commit is contained in:
@@ -140,7 +140,7 @@ class Range
|
||||
$first = Carbon::now()->startOfYear();
|
||||
|
||||
if (null !== $journal) {
|
||||
$first = $journal->date;
|
||||
$first = $journal->date ?? $first;
|
||||
}
|
||||
Session::put('first', $first);
|
||||
}
|
||||
|
Reference in New Issue
Block a user