We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01dfe3c + 27acb90 commit 279b18cCopy full SHA for 279b18c
README.md
@@ -63,7 +63,7 @@ Make sure you have the MongoDB PHP driver installed. You can find installation i
63
5.6.x | 3.4.x
64
5.7.x | 3.4.x
65
5.8.x | 3.5.x
66
- 6.0.x | 3.6.x
+ 6.x | 3.6.x
67
68
Install the package via Composer:
69
src/Jenssegers/Mongodb/Relations/BelongsToMany.php
@@ -265,7 +265,7 @@ protected function buildDictionary(Collection $results)
265
/**
266
* @inheritdoc
267
*/
268
- protected function newPivotQuery()
+ public function newPivotQuery()
269
{
270
return $this->newRelatedQuery();
271
}
0 commit comments