belongsTo(Channel::class); } public function user() { return $this->belongsTo(User::class); } protected $casts = [ 'user_id' => 'string', ]; }