🚑 Repair after upgrade
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-30 14:07:02 +01:00
parent d982682a54
commit c0d61cafdd
3 changed files with 2 additions and 41 deletions

View File

@@ -82,13 +82,13 @@ class Home extends Model implements Feedable
/**
* @inheritDoc
*/
public function toFeedItem()
public function toFeedItem(): FeedItem
{
return FeedItem::create()
->id($this->id)
->title($this->title)
->summary($this->excerpt())
->author('Shikiryu')
->authorName('Shikiryu')
->updated($this->created_at)
->link(\route('public.view', ['slug' => $this->slug]))
;