mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
atom feed added
This commit is contained in:
@@ -151,7 +151,7 @@ class LibraryItem extends Model implements HasMedia, Sortable, Feedable
|
|||||||
->title($this->name)
|
->title($this->name)
|
||||||
->summary($this->excerpt)
|
->summary($this->excerpt)
|
||||||
->updated($this->updated_at)
|
->updated($this->updated_at)
|
||||||
->link($this->link)
|
->link(url()->route('article.view', ['libraryItem' => $this]))
|
||||||
->image($this->getFirstMediaUrl('main'))
|
->image($this->getFirstMediaUrl('main'))
|
||||||
->authorName($this->lecturer->name);
|
->authorName($this->lecturer->name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user