atom feed added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-15 20:36:36 +01:00
parent 818686efb6
commit e764779188

View File

@@ -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);
} }