Skip to content

Commit af2be8c

Browse files
hans-thomasgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 94688d4 commit af2be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relations/MorphToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function sync($ids, $detaching = true)
155155
true => $this->parent->{$this->relatedPivotKey} ?: [],
156156
false => $this->parent->{$this->relationName} ?: [],
157157
};
158-
158+
159159
if ($current instanceof Collection) {
160160
$current = $this->parseIds($current);
161161
}

0 commit comments

Comments
 (0)