Skip to content

Commit 2085245

Browse files
committed
[CI][Turbo] Fix direct deprecation notice
``` Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. ```
1 parent bfc6d08 commit 2085245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Turbo/tests/app/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ protected function configureContainer(ContainerConfigurator $container): void
9090
'alias' => 'App',
9191
],
9292
],
93+
'enable_lazy_ghost_objects' => true,
9394
],
9495
];
9596

0 commit comments

Comments
 (0)