This commit is contained in:
2025-02-21 00:56:03 +05:00
parent 1c9889e0b4
commit 0f3e0d6490
3 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ class DateHelperRepository
{
$years = [];
$currentData = date('Y');
$currentData = 2024;
for ($i = 0; $i <= $max; $i++) {
$years[] = intval($currentData) + $i;