Skip to content

Commit dee6471

Browse files
authored
chore(symfony): doctrine controller_resolver.auto_mapping deprecation (#6470)
1 parent 84df467 commit dee6471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class_exists(NativePasswordHasher::class) ? 'password_hashers' : 'encoders' => [
272272
$c->prependExtensionConfig('doctrine', [
273273
'orm' => [
274274
'report_fields_where_declared' => true,
275-
'controller_resolver' => ['auto_mapping' => true],
275+
'controller_resolver' => ['auto_mapping' => false],
276276
'enable_lazy_ghost_objects' => true,
277277
],
278278
]);

0 commit comments

Comments
 (0)