mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 17:46:02 +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
|
auto_mapping: true
|
||||||
mappings:
|
mappings:
|
||||||
App:
|
App:
|
||||||
type: annotation
|
type: attribute
|
||||||
is_bundle: false
|
is_bundle: false
|
||||||
dir: '%kernel.project_dir%/core'
|
dir: '%kernel.project_dir%/core'
|
||||||
prefix: 'App'
|
prefix: 'App'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue