update method names

This commit is contained in:
ghost 2023-10-09 01:57:03 +03:00
parent ffa59d6f82
commit 6752b7b93e
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ class UserService
public function get(int $id): ?User
{
return $this->userRepository->findOneByIdField($id);
return $this->userRepository->getUser($id);
}
public function identicon(