Skip to content

Commit

Permalink
Update src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsW…
Browse files Browse the repository at this point in the history
…ithPivotTable.php

Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
ddzobov and driesvints authored Dec 17, 2020
1 parent a908226 commit 5739cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function sync($ids, $detaching = true)
*
* @param \Illuminate\Support\Collection|\Illuminate\Database\Eloquent\Model|array $ids
* @param bool $detaching
* @param array $defaults
* @param array $defaults
* @return array
*/
public function syncWithPivotDefaults($ids, array $defaults, bool $detaching = true)
Expand Down

0 comments on commit 5739cd5

Please sign in to comment.