Merge pull request #971 from nicolas-grekas/db-type

Rely on defaults for doctrine mapping types
This commit is contained in:
Fabien Potencier
2021-12-22 08:03:01 +01:00
committed by GitHub
@@ -12,7 +12,6 @@ doctrine:
mappings:
App:
is_bundle: false
type: annotation
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
alias: App