mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Some light refactoring. No changes.
This commit is contained in:
@@ -256,7 +256,7 @@ class Navigation
|
||||
{
|
||||
// define period to increment
|
||||
$increment = 'addDay';
|
||||
$format = self::preferredCarbonFormat($start, $end);
|
||||
$format = $this->preferredCarbonFormat($start, $end);
|
||||
$displayFormat = strval(trans('config.month_and_day'));
|
||||
// increment by month (for year)
|
||||
if ($start->diffInMonths($end) > 1) {
|
||||
|
||||
Reference in New Issue
Block a user