Skip to content

Commit e630199

Browse files
committed
formatting
1 parent 61f375b commit e630199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function match(array $models, Collection $results, $relation)
5656
public function forceCreate(array $attributes = [])
5757
{
5858
$attributes[$this->getMorphType()] = $this->morphClass;
59+
5960
parent::forceCreate($attributes);
6061
}
6162
}

0 commit comments

Comments
 (0)