Skip to content

Commit 1549bed

Browse files
committed
fix
1 parent 42aa54e commit 1549bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/User/UserCustomFieldTranslation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function setDescription(?string $description): self
124124
*/
125125
public function getPurifiedDescription(): ?string
126126
{
127-
return $this->purified_description;
127+
return $this->purifiedDescription;
128128
}
129129

130130
/**
@@ -133,7 +133,7 @@ public function getPurifiedDescription(): ?string
133133
*/
134134
public function setPurifiedDescription(?string $description): self
135135
{
136-
$this->purified_description = $description;
136+
$this->purifiedDescription = $description;
137137

138138
return $this;
139139
}

0 commit comments

Comments
 (0)