Skip to content

Commit

Permalink
Change code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor-mvk committed Nov 15, 2024
1 parent 7263338 commit 1ec8bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Web/CreateUser/v2/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function create(CreateUserDTO $createUserDTO): CreatedUserDTO

return new CreatedUserDTO(
$user->getId(),
'Backup login'.$user->getLogin(),
'Before rollback login'.$user->getLogin(),
$user->getAvatarLink(),
$user->getRoles(),
$user->getCreatedAt()->format('Y-m-d H:i:s'),
Expand Down

0 comments on commit 1ec8bd1

Please sign in to comment.