added from server 24/11/2024
This commit is contained in:
@@ -63,7 +63,7 @@ class generateAkruProblem extends Command
|
||||
|
||||
$updateIG = Http::withOptions(['verify' => config('app.api_verify')])->get(config('api.url') . '/admin/laporan/akrual/updateImbangDuga',[
|
||||
'zone' => $zone,
|
||||
'tarikh' => $previousmonth,
|
||||
'tarikh' => $previousmonth->toDateString(),
|
||||
])->json();
|
||||
|
||||
$this->info('sucess');
|
||||
|
||||
Reference in New Issue
Block a user