Skip to content

Commit 6cb375d

Browse files
authored
Apply fixes from StyleCI (#33010)
1 parent 684208b commit 6cb375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Relations/MorphToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getRelationExistenceQuery(Builder $query, Builder $parentQuery,
123123
protected function getCurrentlyAttachedPivots()
124124
{
125125
return parent::getCurrentlyAttachedPivots()->map(function ($record) {
126-
return $record->setMorphType($this->morphType)
126+
return $record->setMorphType($this->morphType)
127127
->setMorphClass($this->morphClass);
128128
});
129129
}

0 commit comments

Comments
 (0)