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