We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535f03f commit 859b60dCopy full SHA for 859b60d
config/packages/doctrine.yaml
@@ -9,7 +9,6 @@ doctrine:
9
profiling_collect_backtrace: '%kernel.debug%'
10
use_savepoints: true
11
orm:
12
- auto_generate_proxy_classes: true
13
enable_lazy_ghost_objects: true
14
report_fields_where_declared: true
15
validate_xml_mapping: true
@@ -36,8 +35,6 @@ when@test:
36
35
when@prod:
37
doctrine:
38
39
- auto_generate_proxy_classes: false
40
- proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
41
query_cache_driver:
42
type: pool
43
pool: doctrine.system_cache_pool
0 commit comments