예제 #1
0
 public function postDestroy(Request $req)
 {
     ref_jabatan::find($req->id)->delete();
     return json_encode(['result' => true]);
 }