Skip to content

Commit 59a1b33

Browse files
committed
disable extension
1 parent a4c3e74 commit 59a1b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/Doctrine/Orm/Extension/FilterEagerLoadingsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public function applyToCollection(
4242
// Orig-Verison performs better.
4343
// FilterEagerLoadingExtension is disabled.
4444

45-
$this->decorated->applyToCollection($queryBuilder, $queryNameGenerator, $resourceClass, $operation, $context);
45+
// $this->decorated->applyToCollection($queryBuilder, $queryNameGenerator, $resourceClass, $operation, $context);
4646
}
4747
}

0 commit comments

Comments
 (0)