Merge branch 'finadev' of https://gitlab.com/erahn/voting into Hayatie
This commit is contained in:
+1
-1
@@ -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', 'saham', 'yuran'];
|
||||
protected $fillable = ['name', 'no_kp', 'no_anggota','unit', 'election_id', 'alamat', 'telefon', 'saham', 'yuran', 'kehadiran'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user