mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-27 00:16:52 +00:00
Some code cleanup.
This commit is contained in:
@@ -444,7 +444,7 @@ class BudgetController extends Controller
|
||||
|
||||
// prep for "specific date" view.
|
||||
if ('all' !== $moment && \strlen($moment) > 0) {
|
||||
$start = new Carbon($moment);
|
||||
$start = new Carbon($moment);
|
||||
/** @var Carbon $end */
|
||||
$end = app('navigation')->endOfPeriod($start, $range);
|
||||
$subTitle = trans(
|
||||
|
Reference in New Issue
Block a user