We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a63fdc commit 3055d6aCopy full SHA for 3055d6a
src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php
@@ -285,6 +285,7 @@ private function registerDoctrineExtensionConfiguration(ContainerBuilder $contai
285
{
286
if (false === $config['eager_loading']['enabled']) {
287
$container->removeDefinition('api_platform.doctrine.orm.query_extension.eager_loading');
288
+ $container->removeDefinition('api_platform.doctrine.orm.query_extension.filter_eager_loading');
289
}
290
291
0 commit comments