*/ protected $guarded = []; /** * Belongs To Episode. */ public function episode() { return $this->belongsTo(Episode::class); } }