change recent
This commit is contained in:
+14
-4
@@ -13,14 +13,24 @@ class HargaEmas extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
// protected $fillable = [
|
||||
|
||||
// ];
|
||||
|
||||
protected $fillable = [
|
||||
'recno',
|
||||
'karat',
|
||||
'keterangan',
|
||||
'harga',
|
||||
'harga2',
|
||||
'tarikhupdate'
|
||||
];
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
// protected $hidden = [];
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user