Symfony 6.4 - Update doctrine config from annotation to attribute

This commit is contained in:
Clemente Raposo 2024-02-14 08:57:13 +00:00
parent d3620c3737
commit 50706c17d8

View file

@ -23,7 +23,7 @@ doctrine:
auto_mapping: true
mappings:
App:
type: annotation
type: attribute
is_bundle: false
dir: '%kernel.project_dir%/core'
prefix: 'App'