wip
This commit is contained in:
@@ -19,7 +19,7 @@ class DateHelperRepository
|
||||
{
|
||||
$years = [];
|
||||
|
||||
$currentData = date('Y');
|
||||
$currentData = 2024;
|
||||
|
||||
for ($i = 0; $i <= $max; $i++) {
|
||||
$years[] = intval($currentData) + $i;
|
||||
|
||||
Reference in New Issue
Block a user