fix get current year
This commit is contained in:
@@ -421,7 +421,7 @@ class ServiceSIMBG
|
||||
}
|
||||
}
|
||||
|
||||
BigdataResume::generateResumeData($importDatasource->id, now()->year(), "simbg");
|
||||
BigdataResume::generateResumeData($importDatasource->id, date('Y'), "simbg");
|
||||
|
||||
// Final update after processing all pages
|
||||
$importDatasource->update([
|
||||
|
||||
Reference in New Issue
Block a user