*/ public function user(): BelongsTo { return $this->belongsTo(User::class, 'user_two_id', 'id'); } }