示例#1
0
文件: Buku.php 项目: udibagas/digilib
 public static function tambah($cover, $judul, $penulis, $penerbit, $tahun, $jumlah)
 {
     Buku::create(compact('cover', 'judul', 'penulis', 'penerbit', 'tahun', 'jumlah'));
 }