add jenis emas and lelong api
This commit is contained in:
+4
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user