Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/dto.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This reference covers three implementation strategies:

## 1. The DTO Resource (State Options)

> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without the
> symfony/object-mapper:^7.4
> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without
> symfony/object-mapper:^7.4 or symfony/object-mapper:^8.0

You can map a DTO Resource directly to a Doctrine Entity using stateOptions. This automatically
configures the built-in State Providers and Processors to fetch/persist data using the Entity and
Expand Down