Skip to content

Commit 0131fd5

Browse files
committed
Apply fixes from StyleCI
1 parent b266b75 commit 0131fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ 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 = [])
5757
{
5858
$attributes[$this->getMorphType()] = $this->morphClass;
5959

0 commit comments

Comments
 (0)