Skip to content

Commit 776903c

Browse files
chore: fix Doctrine ORM enable_lazy_ghost_objects deprecation in tests configuration
1 parent 6d34a0a commit 776903c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Doctrine/Orm/Tests/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ doctrine:
88

99
orm:
1010
auto_generate_proxy_classes: '%kernel.debug%'
11+
enable_lazy_ghost_objects: true
1112
mappings:
1213
ApiPlatform\Doctrine\Orm\Tests\Fixtures\Entity:
1314
type: attribute

0 commit comments

Comments
 (0)