add commands
This commit is contained in:
@@ -4,7 +4,6 @@ namespace App\Services;
|
||||
|
||||
use App\CawanganAR;
|
||||
use App\ImbangDuga;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
|
||||
use Carbon\Carbon;
|
||||
@@ -138,7 +137,6 @@ class ImbangdugaServices
|
||||
'tagtally' => $tagtally,
|
||||
])->json();
|
||||
|
||||
dd($insert_imbangduga_backup);
|
||||
if($insert_imbangduga_backup == 'success')
|
||||
return 'successful';
|
||||
else
|
||||
@@ -201,6 +199,8 @@ class ImbangdugaServices
|
||||
|
||||
if($response == 'successful'){
|
||||
return response('succesful');
|
||||
}else{
|
||||
return response('error');
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user