コード例 #1
0
ファイル: Siswa.php プロジェクト: udibagas/digilib
 public static function nama()
 {
     return Siswa::orderBy('nama', 'asc')->get();
 }