belongsTo(Channel::class); } public function origin() { return $this->morphTo(); } public function user() { return $this->belongsTo(User::class); } }