Menyelesaikan fitur Basic Data KJPP untuk menambahkan lebih dari satu email kantor, pic reviewer, pic admin, pic marketing
This commit is contained in:
@@ -18,36 +18,5 @@ class KJPP extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*/
|
||||
protected $fillable = [
|
||||
'code',
|
||||
'name',
|
||||
'jenis_kantor',
|
||||
'nomor_ijin_usaha',
|
||||
'province_code',
|
||||
'city_code',
|
||||
'district_code',
|
||||
'village_code',
|
||||
'address',
|
||||
'postal_code',
|
||||
'nomor_telepon_kantor',
|
||||
'email_kantor',
|
||||
'detail_email_kantor',
|
||||
'nama_pimpinan',
|
||||
'nomor_hp_pimpinan',
|
||||
'nama_pic_reviewer',
|
||||
'detail_nama_pic_reviewer',
|
||||
'nomor_hp_pic_reviewer',
|
||||
'detail_nomor_hp_pic_reviewer',
|
||||
'nama_pic_admin',
|
||||
'detail_nama_pic_admin',
|
||||
'nomor_hp_pic_admin',
|
||||
'detail_nomor_hp_pic_admin',
|
||||
'nama_pic_marketing',
|
||||
'detail_nama_pic_marketing',
|
||||
'nomor_hp_pic_marketing',
|
||||
'detail_nomor_hp_pic_marketing',
|
||||
'ijin_usaha_id',
|
||||
'jenis_aset_id',
|
||||
'attachment',
|
||||
];
|
||||
protected $guarded = ['id'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user