belongsTo(User::class); } public function room() { return $this->belongsTo(ChatRoom::class, 'chat_room_id'); } }