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