Skip to content

Commit 11095f4

Browse files
authored
fix(config): Add missing key "type" in doctrine.yaml config for version 2.10 (#1247)
1 parent dc52796 commit 11095f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctrine/doctrine-bundle/2.10/config/packages/doctrine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ doctrine:
1616
auto_mapping: true
1717
mappings:
1818
App:
19+
type: attribute
1920
is_bundle: false
2021
dir: '%kernel.project_dir%/src/Entity'
2122
prefix: 'App\Entity'

0 commit comments

Comments
 (0)