add saham and yuran at voter

This commit is contained in:
nurafrinaalimi16
2024-03-26 15:24:48 +08:00
parent 75b133860a
commit a9bbe017d3
6 changed files with 86 additions and 1 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ class Voter extends Authenticatable
use HasApiTokens;
protected $table = 'voter';
protected $fillable = ['name', 'no_kp', 'no_anggota','unit', 'election_id', 'alamat', 'telefon'];
protected $fillable = ['name', 'no_kp', 'no_anggota','unit', 'election_id', 'alamat', 'telefon', 'saham', 'yuran'];
}