mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Should not be necessary, but OK/
This commit is contained in:
@@ -243,7 +243,7 @@ class TagController extends Controller
|
|||||||
|
|
||||||
$startPeriod = $this->repository->firstUseDate($tag);
|
$startPeriod = $this->repository->firstUseDate($tag);
|
||||||
$startPeriod ??= today(config('app.timezone'));
|
$startPeriod ??= today(config('app.timezone'));
|
||||||
$endPeriod = clone $end;
|
$endPeriod = clone $end;
|
||||||
$periods = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod);
|
$periods = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod);
|
||||||
$path = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]);
|
$path = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user