This commit is contained in:
Linksehat Staging Server
2024-01-06 15:49:04 +07:00
parent 931245cae9
commit 887fa4aa71

View File

@@ -315,7 +315,7 @@ class Member extends Model
} else if ($this->relation_with_principal == 'D'){
$maritalStatus = 'Divorced';
} else if ($this->relation_with_principal == 'S'){
$maritalStatus = 'Sungle';
$maritalStatus = 'Single';
}
return Attribute::make(
get: fn () => $maritalStatus