🤖 Auto commit for release 'v6.4.0' on 2025-09-13

This commit is contained in:
JC5
2025-09-13 18:32:14 +02:00
parent 7f2ef1b8e1
commit 7381f3eba9
2 changed files with 2 additions and 2 deletions

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')]);