示例#1
0
 public static function hapus($id)
 {
     Siswa::destroy($id);
 }