예제 #1
0
파일: Siswa.php 프로젝트: udibagas/digilib
 public static function nama()
 {
     return Siswa::orderBy('nama', 'asc')->get();
 }