ranjith-dev #664

Merged
jothi merged 4 commits from ranjith-dev into master 2026-05-28 05:27:55 +00:00
Showing only changes of commit 48a7926448 - Show all commits

View File

@@ -12,6 +12,7 @@ class VisitorEntry extends Model
protected $fillable = [
'mobile_number',
'register_id',
'name',
'company',
'purpose_of_visit',
@@ -20,7 +21,8 @@ class VisitorEntry extends Model
'out_time',
'photo',
'employee_master_id',
'number_of_person'
'number_of_person',
'valid_upto',
];
public function employeeMaster(): BelongsTo