示例#1
0
 public static function nama()
 {
     return Siswa::orderBy('nama', 'asc')->get();
 }