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