Skip to content

Commit 859b60d

Browse files
committed
- suppress deprecation warnings on Doctrine lazy loading feature. auto_generate_proxy_classes is now false (by default, so remove it)
- suppress deprecation warnings on Doctrine lazy loading feature. doctrine:orm:proxy_dir is not used any more
1 parent 535f03f commit 859b60d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/packages/doctrine.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ doctrine:
99
profiling_collect_backtrace: '%kernel.debug%'
1010
use_savepoints: true
1111
orm:
12-
auto_generate_proxy_classes: true
1312
enable_lazy_ghost_objects: true
1413
report_fields_where_declared: true
1514
validate_xml_mapping: true
@@ -36,8 +35,6 @@ when@test:
3635
when@prod:
3736
doctrine:
3837
orm:
39-
auto_generate_proxy_classes: false
40-
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
4138
query_cache_driver:
4239
type: pool
4340
pool: doctrine.system_cache_pool

0 commit comments

Comments
 (0)