mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
Symfony 6.4 - Update doctrine config from annotation to attribute
This commit is contained in:
parent
d3620c3737
commit
50706c17d8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ doctrine:
|
|||
auto_mapping: true
|
||||
mappings:
|
||||
App:
|
||||
type: annotation
|
||||
type: attribute
|
||||
is_bundle: false
|
||||
dir: '%kernel.project_dir%/core'
|
||||
prefix: 'App'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue