Skip to content

Commit

Permalink
fix(config): Add missing key "type" in doctrine.yaml config for versi…
Browse files Browse the repository at this point in the history
…on 2.10 (#1247)
  • Loading branch information
TheoD02 authored Oct 23, 2023
1 parent dc52796 commit 11095f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ doctrine:
auto_mapping: true
mappings:
App:
type: attribute
is_bundle: false
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
Expand Down

0 comments on commit 11095f4

Please sign in to comment.