Improve code quality and fix test coverage.

This commit is contained in:
James Cole
2018-04-28 10:27:33 +02:00
parent 7b39828980
commit e126427809
75 changed files with 430 additions and 369 deletions

View File

@@ -140,7 +140,7 @@ class Range
$first = Carbon::now()->startOfYear();
if (null !== $journal) {
$first = $journal->date;
$first = $journal->date ?? $first;
}
Session::put('first', $first);
}