Should not be necessary, but OK/

This commit is contained in:
James Cole
2025-09-13 18:28:26 +02:00
parent 9dccae2402
commit 7f2ef1b8e1

View File

@@ -243,7 +243,7 @@ class TagController extends Controller
$startPeriod = $this->repository->firstUseDate($tag);
$startPeriod ??= today(config('app.timezone'));
$endPeriod = clone $end;
$endPeriod = clone $end;
$periods = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod);
$path = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]);