mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Clean up code.
This commit is contained in:
@@ -90,7 +90,7 @@ class ShowController extends Controller
|
||||
/** @var Carbon $start */
|
||||
$start ??= session('start');
|
||||
/** @var Carbon $end */
|
||||
$end ??= session('end');
|
||||
$end ??= session('end');
|
||||
$subTitle = trans(
|
||||
'firefly.without_budget_between',
|
||||
['start' => $start->isoFormat($this->monthAndDayFormat), 'end' => $end->isoFormat($this->monthAndDayFormat)]
|
||||
|
Reference in New Issue
Block a user