add jenis emas and lelong api

This commit is contained in:
Zakwan Hamdan
2020-11-01 08:45:53 +08:00
parent 508270157c
commit 2486f10ff7
7 changed files with 167 additions and 20 deletions
+4 -3
View File
@@ -7,15 +7,16 @@ use Illuminate\Database\Eloquent\Model;
class Marhun extends Model
{
protected $table = 'marhun';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
protected $fillable = [
'kodcaw','marhun','t_gadai','norujukan','bil','nota','karat','berat','harga','n_marhun'
];
/**
* The attributes excluded from the model's JSON form.