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