mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-15 08:10:37 +00:00
🤖 Auto commit for release 'develop' on 2026-02-14
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user