add commits from server 25/9/2023
This commit is contained in:
+22
-4
@@ -8,15 +8,33 @@ class Blacklist extends Model
|
||||
{
|
||||
protected $table = 'senhitam';
|
||||
protected $connection = 'mysql7';
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
// protected $fillable = [
|
||||
|
||||
// ];
|
||||
|
||||
protected $fillable = [
|
||||
'nosiri',
|
||||
'kodcaw',
|
||||
'tarikhdaftar',
|
||||
'kplama',
|
||||
'kpbaru',
|
||||
'nokp',
|
||||
'nama',
|
||||
't_lahir',
|
||||
'jantina',
|
||||
'alamat1',
|
||||
'alamat2',
|
||||
'alamat3',
|
||||
'alamat4',
|
||||
'telefon',
|
||||
'nota',
|
||||
'teller',
|
||||
'pelulus',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
@@ -24,4 +42,4 @@ class Blacklist extends Model
|
||||
* @var array
|
||||
*/
|
||||
// protected $hidden = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user