|
@@ -5,6 +5,8 @@ doctrine:
|
|
|
# IMPORTANT: You MUST configure your server version,
|
|
|
# either here or in the DATABASE_URL env var (see .env file)
|
|
|
#server_version: '15'
|
|
|
+
|
|
|
+ profiling_collect_backtrace: '%kernel.debug%'
|
|
|
orm:
|
|
|
auto_generate_proxy_classes: true
|
|
|
enable_lazy_ghost_objects: true
|
|
@@ -14,8 +16,8 @@ doctrine:
|
|
|
auto_mapping: true
|
|
|
mappings:
|
|
|
App:
|
|
|
- is_bundle: false
|
|
|
type: attribute
|
|
|
+ is_bundle: false
|
|
|
dir: '%kernel.project_dir%/src/Entity'
|
|
|
prefix: 'App\Entity'
|
|
|
alias: App
|