X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FEpisodePlayer.php;h=909919097bc9508fae14026e2891c1727ce63ce5;hb=4dc1bbd62acf0c18100f4276d26fc87be8968f28;hp=46a064b5aa47ea6836879abdbdbfba0140451ffd;hpb=071885a30f24b980699b337d9cdb65952f8c6c42;p=alttp.git diff --git a/app/Models/EpisodePlayer.php b/app/Models/EpisodePlayer.php index 46a064b..9099190 100644 --- a/app/Models/EpisodePlayer.php +++ b/app/Models/EpisodePlayer.php @@ -19,6 +19,7 @@ class EpisodePlayer extends Model protected $hidden = [ 'created_at', + 'ext_id', 'updated_at', ];