End of month...

This commit is contained in:
James Cole 2016-02-24 16:01:08 +01:00
parent a2275ae111
commit 8e42e71528

View File

@ -193,7 +193,7 @@ class BudgetController extends Controller
/** @var Carbon $start */
$start = session('start', Carbon::now()->startOfMonth());
/** @var Carbon $end */
$end = session('end', Carbon::now()->startOfMonth());
$end = session('end', Carbon::now()->endOfMonth());
$list = $repository->getWithoutBudget($start, $end);
$subTitle = trans(