Merge branch 'kaunter' into 'new-super'

update cronjob

See merge request online-sistem1/kaunter!179
This commit is contained in:
arrahn pkb
2021-10-11 17:38:22 +00:00
+1
View File
@@ -40,6 +40,7 @@ class updateJbg extends Command
{
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
$updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json();
$hapusGadaiNull = Http::get(config('api.url') . '/api/hapus/gadai/null')->json();
if($updatejbg == 'successful'){
return 0;
}else{