This commit is contained in:
afiq
2021-10-10 08:49:46 +08:00
parent 03e9e5b424
commit ddf578c00c
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ class updateJbg extends Command
public function handle()
{
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
$updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json();
if($updatejbg == 'successful'){
return 0;
}else{