belongsTo(ChatThread::class); } public function sender() { return $this->belongsTo(User::class, 'sender_user_id'); } }