1
0
forked from poc/pds

Added column in model file of visitor entry page

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