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