update cronjob
This commit is contained in:
@@ -40,6 +40,7 @@ class updateJbg extends Command
|
|||||||
{
|
{
|
||||||
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
|
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
|
||||||
$updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json();
|
$updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json();
|
||||||
|
$hapusGadaiNull = Http::get(config('api.url') . '/api/hapus/gadai/null')->json();
|
||||||
if($updatejbg == 'successful'){
|
if($updatejbg == 'successful'){
|
||||||
return 0;
|
return 0;
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user