🤖 Auto commit for release 'develop' on 2026-02-14

This commit is contained in:
JC5
2026-02-14 09:25:24 +01:00
parent c2721f3f48
commit fc5b0db43f
16 changed files with 237 additions and 229 deletions

View File

@@ -105,7 +105,7 @@ class IndexController extends Controller
$endPeriod = clone $end;
$endPeriod->endOfDay();
// limit to 6 years for the time being.
$max = 6;
$max = 6;
if (now()->diffInYears($startPeriod, true) > $max) {
$startPeriod = now()->subYears($max);
}