Skip to content

Commit

Permalink
Update doc/installation/xml-mapping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Sep 9, 2024
1 parent ab9e458 commit 9ca6577
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/installation/xml-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

Check the mapping settings in `config/packages/doctrine.yaml` and, if necessary, change them accordingly.
```yaml
doctrine:
...
doctrine:
...
orm:
...
mappings:
App:
entity_managers:
default:
...
mappings:
App:
...
type: xml
dir: '%kernel.project_dir%/src/Resources/config/doctrine'
```
Expand Down

0 comments on commit 9ca6577

Please sign in to comment.