Skip to content

Commit

Permalink
Update doc/installation/attribute-mapping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Sep 9, 2024
1 parent 0856cb2 commit f4a13b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/installation/attribute-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Check the mapping settings in `config/packages/doctrine.yaml`.
doctrine:
...
orm:
...
mappings:
App:
entity_managers:
default:
...
type: attribute
mappings:
App:
...
type: attribute
```
Update entity with traits:
Expand Down

0 comments on commit f4a13b4

Please sign in to comment.