minor changes on controller

This commit is contained in:
faiqahzaman
2024-02-29 16:34:47 +08:00
parent cf52722489
commit b67f7f4948
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ class Voter extends Authenticatable
use HasApiTokens;
protected $table = 'voter';
protected $fillable = ['name', 'student_id', 'course', 'election_id'];
protected $fillable = ['name', 'no_kp', 'no_anggota','unit', 'election_id', 'alamat', 'telefon'];
}