diff --git a/core/dto.md b/core/dto.md index 757a8f45ff9..97ddf292188 100644 --- a/core/dto.md +++ b/core/dto.md @@ -22,6 +22,8 @@ final class UserResetPasswordDto } ``` +**Note**: if you have any *denormalizationContext* groups on the *User* entity (or just on the entity *Post* operation), make sure to annotate the fields in the DTO class accordingly. + ```php