Fix range thing.

This commit is contained in:
James Cole 2015-03-31 20:45:06 +02:00
parent b365db5a4b
commit 98ee70f04e

View File

@ -72,7 +72,7 @@ class Range
if ($journal) {
Session::put('first', $journal->date);
} else {
Session::put('first', Carbon::now());
Session::put('first', Carbon::now()->startOfYear());
}
}