remove missed default value
This commit is contained in:
parent
041590da15
commit
8eb0f2366b
4 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ class CreateUserDto
|
|||
public function __construct(
|
||||
public EmailAddress $email,
|
||||
public string $passwordHash,
|
||||
public bool $isAdmin = false,
|
||||
public bool $isAdmin,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue