File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ private function shouldDoctrinePaginatorFetchJoinCollection(QueryBuilder $queryB
134
134
{
135
135
$ fetchJoinCollection = $ operation ?->getPaginationFetchJoinCollection();
136
136
137
- if (( isset ($ context ['collection_operation_name ' ]) || isset ( $ context [ ' operation_name ' ]) ) && isset ($ fetchJoinCollection )) {
137
+ if (isset ($ context ['operation_name ' ]) && isset ($ fetchJoinCollection )) {
138
138
return $ fetchJoinCollection ;
139
139
}
140
140
@@ -167,7 +167,7 @@ private function shouldDoctrinePaginatorUseOutputWalkers(QueryBuilder $queryBuil
167
167
{
168
168
$ useOutputWalkers = $ operation ?->getPaginationUseOutputWalkers();
169
169
170
- if (( isset ($ context ['collection_operation_name ' ]) || isset ( $ context [ ' operation_name ' ]) ) && isset ($ useOutputWalkers )) {
170
+ if (isset ($ context ['operation_name ' ]) && isset ($ useOutputWalkers )) {
171
171
return $ useOutputWalkers ;
172
172
}
173
173
You can’t perform that action at this time.
0 commit comments