change recent

This commit is contained in:
hafifierahman
2021-01-12 11:46:12 +08:00
parent 80274522b3
commit 7ae83966f7
9 changed files with 213 additions and 7 deletions
+14 -4
View File
@@ -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;
}