feat(rss): add ˂podcast:guid˃ tag for channel

This commit is contained in:
Benjamin Bellamy 2021-06-21 11:58:43 +00:00
commit 1fab10eb0d
7 changed files with 31 additions and 1 deletions

View file

@ -33,6 +33,7 @@ class PodcastModel extends Model
*/
protected $allowedFields = [
'id',
'guid',
'title',
'name',
'description_markdown',