diff --git a/app/Http/ViewComposers/Index.php b/app/Http/ViewComposers/Index.php index 0c21c1f9c..105fb6480 100644 --- a/app/Http/ViewComposers/Index.php +++ b/app/Http/ViewComposers/Index.php @@ -22,7 +22,7 @@ class Index $this_year = $now->year; $years = []; - $y = $now->addYears(5); + $y = $now->addYears(2); for ($i = 0; $i < 10; $i++) { $years[$y->year] = $y->year; $y->subYear();