Skip to content

Commit 01b0740

Browse files
damosse31freekmurze
authored andcommitted
Update README.md (spatie#61)
extra parenthesis maybe due to copy/paste with toFeedItem above.
1 parent e92e556 commit 01b0740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class NewsItem extends Model implements Feedable
153153
'summary' => $this->summary,
154154
'updated' => $this->updated_at,
155155
'link' => $this->link,
156-
'author' => $this->author),
156+
'author' => $this->author,
157157
];
158158
}
159159
}

0 commit comments

Comments
 (0)