advansur
This commit is contained in:
+21
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user