Skip to content

Commit 874291a

Browse files
committed
Minor
1 parent 6883a5a commit 874291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ It is also possible to serialize only a set of specific attributes::
400400
{
401401
public string $familyName;
402402
public string $givenName;
403-
public string $company;
403+
public Company $company;
404404
}
405405

406406
class Company

0 commit comments

Comments
 (0)