Skip to content

Commit 61f375b

Browse files
committed
Style fixes on MorphMany.php
1 parent 5efcd1b commit 61f375b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public function match(array $models, Collection $results, $relation)
5353
* @param array $attributes
5454
* @return \Illuminate\Database\Eloquent\Model
5555
*/
56-
public function forceCreate(array $attributes = []) {
56+
public function forceCreate(array $attributes = [])
57+
{
5758
$attributes[$this->getMorphType()] = $this->morphClass;
5859
parent::forceCreate($attributes);
5960
}

0 commit comments

Comments
 (0)