belongsTo(User::class, 'user_id'); } public function chat(): BelongsTo { return $this->belongsTo(Chat::class, 'chat_id'); } }