This commit is contained in:
hafifierahman
2021-02-07 11:21:47 +08:00
parent ee3d21edfc
commit d11cf1a831
6 changed files with 130 additions and 13 deletions
+21 -3
View File
@@ -13,9 +13,27 @@ class Advansur extends Model
*
* @var array
*/
// protected $fillable = [
// ];
protected $fillable = [
'tarikh',
'noresit',
'norujukan',
'nopelanggan',
'nilaimarhun',
'pinjaman',
'kadarupah',
'glcode',
'upahsebenar',
'upahdibayar',
'teller',
'prkod',
'jbg',
'nowakil',
'hubungan',
'status',
'historygadaian'
];
public $timestamps = false;
/**
* The attributes excluded from the model's JSON form.