mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Merge pull request #971 from nicolas-grekas/db-type
Rely on defaults for doctrine mapping types
This commit is contained in:
@@ -12,7 +12,6 @@ doctrine:
|
||||
mappings:
|
||||
App:
|
||||
is_bundle: false
|
||||
type: annotation
|
||||
dir: '%kernel.project_dir%/src/Entity'
|
||||
prefix: 'App\Entity'
|
||||
alias: App
|
||||
|
||||
Reference in New Issue
Block a user