Added column in model file of visitor entry page
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s

This commit is contained in:
dhanabalan
2026-06-09 11:19:56 +05:30
parent 769a034167
commit e0ab003852

View File

@@ -23,6 +23,7 @@ class VisitorEntry extends Model
'employee_master_id',
'number_of_person',
'valid_upto',
'mode_of_travel',
];
public function employeeMaster(): BelongsTo