예제 #1
0
파일: Siswa.php 프로젝트: udibagas/digilib
 public static function hapus($id)
 {
     Siswa::destroy($id);
 }