Skip to content

Commit c13bb75

Browse files
committed
fix
1 parent 1549bed commit c13bb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/Shared/CustomField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function setDescription(?string $description): self
396396
*/
397397
public function getPurifiedDescription(): ?string
398398
{
399-
return $this->purified_description;
399+
return $this->purifiedDescription;
400400
}
401401

402402
/**
@@ -405,7 +405,7 @@ public function getPurifiedDescription(): ?string
405405
*/
406406
public function setPurifiedDescription(?string $description): self
407407
{
408-
$this->purified_description = $description;
408+
$this->purifiedDescription = $description;
409409

410410
return $this;
411411
}

0 commit comments

Comments
 (0)