path, PATHINFO_FILENAME); } /** * @param string $value */ public function set(Model $model, string $key, mixed $value, array $attributes): string { return html_entity_decode($value); } }