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 851ceec commit ab9e458
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` and, if necessary,
doctrine:
...
orm:
...
mappings:
App:
entity_managers:
default:
...
type: attribute
mappings:
App:
...
type: attribute
```
Extend entities with parameters and methods using attributes and traits:
Expand Down

0 comments on commit ab9e458

Please sign in to comment.