mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 20:16:37 +03:00
Rely on defaults for doctrine mapping types
This commit is contained in:
@@ -12,7 +12,6 @@ doctrine:
|
|||||||
mappings:
|
mappings:
|
||||||
App:
|
App:
|
||||||
is_bundle: false
|
is_bundle: false
|
||||||
type: annotation
|
|
||||||
dir: '%kernel.project_dir%/src/Entity'
|
dir: '%kernel.project_dir%/src/Entity'
|
||||||
prefix: 'App\Entity'
|
prefix: 'App\Entity'
|
||||||
alias: App
|
alias: App
|
||||||
|
|||||||
Reference in New Issue
Block a user