add password hash to create user dto
This commit is contained in:
parent
261319078d
commit
5093259063
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class CreateUserDto
|
|||
{
|
||||
public function __construct(
|
||||
public EmailAddress $email,
|
||||
public string $passwordHash,
|
||||
public bool $isAdmin = false,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue