Skip to content

Commit

Permalink
Cast text field value in presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais committed Jul 4, 2024
1 parent d6ba734 commit a13f297
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,4 @@ public function parseSortingValue($value, bool $link = true): string
return (string) $value;
}
}

public function loadValue(): void
{
parent::loadValue();
$this->value = (string) $this->value;
}
}

0 comments on commit a13f297

Please sign in to comment.