added from server 24/11/2024

This commit is contained in:
root
2024-11-25 01:17:58 +08:00
parent 1b290283c5
commit 3cbc26aebe
8 changed files with 37 additions and 19 deletions
+1 -1
View File
@@ -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');