Skip to content

Commit 079a1cc

Browse files
committed
chore: doctrine odm deprecation
1 parent f99997d commit 079a1cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Fixtures/app/AppKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ class_exists(NativePasswordHasher::class) ? 'password_hashers' : 'encoders' => [
248248
$c->prependExtensionConfig('doctrine', [
249249
'orm' => [
250250
'report_fields_where_declared' => true,
251+
'enable_lazy_ghost_objects' => true,
251252
],
252253
]);
253254
}

0 commit comments

Comments
 (0)