Skip to content

Commit 6e50d91

Browse files
committed
minor #20910 [DoctrineBundle] Updated default configuration (aurac)
This PR was merged into the 6.4 branch. Discussion ---------- [DoctrineBundle] Updated default configuration Default configuration of `auto_mapping` seems to be [set to false by default](https://github.com/doctrine/DoctrineBundle/blob/be90446a11efd00a1f48ed1857b5fadbce8f5481/src/DependencyInjection/Configuration.php#L654) Commits ------- a530881 fix(doctrine): default configuration
2 parents 8d513b6 + a530881 commit 6e50d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ that the ORM resolves to:
176176
177177
doctrine:
178178
orm:
179-
auto_mapping: true
179+
auto_mapping: false
180180
# the standard distribution overrides this to be true in debug, false otherwise
181181
auto_generate_proxy_classes: false
182182
proxy_namespace: Proxies

0 commit comments

Comments
 (0)