belongsTo(User::class, 'user_id', 'id'); } public function otherUser() { return $this->belongsTo(User::class, 'other_user_id', 'id'); } }