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.
2 parents eb1b163 + 728d86c commit 85b33efCopy full SHA for 85b33ef
src/RelationshipManager.php
@@ -267,7 +267,7 @@ private function buildManyToManyRelationships($relationships)
267
*/
268
public function manyToMany($leftCollectionHandle, $rightCollectionHandle)
269
{
270
- return $this->buildManyToManyRelationships(($this->getRelationshipItems($leftCollectionHandle, $rightCollectionHandle)));
+ return $this->buildManyToManyRelationships($this->getRelationshipItems($leftCollectionHandle, $rightCollectionHandle));
271
}
272
273
protected function getFieldDetails($handle)
0 commit comments