Skip to content

Commit 87ac10c

Browse files
committed
StyleCI Fixes
1 parent 077e911 commit 87ac10c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Jenssegers/Mongodb/Relations/BelongsToMany.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ public function updateExistingPivot($id, array $attributes, $touch = true)
325325
$this->parent->pull($this->getRelatedKey(), $id);
326326
$this->parent->pull($this->getRelatedKey(), $filter);
327327
$this->parent->push($this->getRelatedKey(), $pivot_x, true);
328-
329328
}
330329

331330
/**

0 commit comments

Comments
 (0)