fix get current year
This commit is contained in:
@@ -38,7 +38,7 @@ class SyncDashboardPbg extends Command
|
||||
]);
|
||||
|
||||
try {
|
||||
BigdataResume::generateResumeData($import_datasource->id, now()->year(), "simbg");
|
||||
BigdataResume::generateResumeData($import_datasource->id, date('Y'), "simbg");
|
||||
|
||||
$import_datasource->update([
|
||||
'status' => 'success',
|
||||
|
||||
Reference in New Issue
Block a user