1
0
forked from poc/pds

Added organizer in visitor entry migration file and model file

This commit is contained in:
dhanabalan
2026-07-26 10:43:37 +05:30
parent 28503c0953
commit 6f5bc9ad38
2 changed files with 32 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class VisitorEntry extends Model
protected $fillable = [
'mobile_number',
'organizer',
'register_id',
'name',
'company',