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