Allowance check

This commit is contained in:
ISMAIL MASSERAN
2026-04-14 02:34:00 +00:00
parent 0c4d200839
commit 3775c4a876
100 changed files with 81493 additions and 3226 deletions
+2 -1
View File
@@ -8,7 +8,6 @@ class Nominee extends Model
{
protected $table = 'nominee';
protected $fillable = [
'name',
'unit',
'no_anggota',
@@ -18,6 +17,8 @@ class Nominee extends Model
'experience',
'education',
'photo',
'umur',
'jawatan_sekarang',
];
public $timestamp = false;