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 f2f46be + 45d1673 commit 418c3dbCopy full SHA for 418c3db
src/Jenssegers/Mongodb/Relations/BelongsToMany.php
@@ -47,7 +47,7 @@ public function addConstraints()
47
* @param bool $detaching
48
* @return void
49
*/
50
- public function sync(array $ids, $detaching = true)
+ public function sync($ids, $detaching = true)
51
{
52
if ($ids instanceof Collection) $ids = $ids->modelKeys();
53
0 commit comments