Skip to content

Commit

Permalink
Remove cdata encoding for setName
Browse files Browse the repository at this point in the history
  • Loading branch information
j-panzer committed Dec 6, 2023
1 parent 3ede0ab commit 1c03848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Model/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Collection
* @Serializer\Expose()
*
* @Serializer\SerializedName("setName")
*
* @Serializer\XmlElement(cdata=false)
*/
private ?string $label = null;

Expand Down

0 comments on commit 1c03848

Please sign in to comment.