mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Configure doctrine to use attributes instead of annotations
This commit is contained in:
parent
0837f84a43
commit
7191ece7a5
2 changed files with 7 additions and 6 deletions
|
@ -27,7 +27,7 @@ doctrine:
|
|||
mappings:
|
||||
App:
|
||||
is_bundle: false
|
||||
type: annotation
|
||||
type: attribute
|
||||
dir: '%kernel.project_dir%/src/Entity'
|
||||
prefix: 'App\Entity'
|
||||
alias: App
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue