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