コード例 #1
0
ファイル: kategori.php プロジェクト: dieka2501/blast
 function get_all()
 {
     return kategori::orderBy('nama_kategori')->get();
 }