make CreateUserRequest email nullable
This commit is contained in:
parent
1ce3799044
commit
e2c220e0ee
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ namespace App\User\UseCases;
|
|||
class CreateUserRequest
|
||||
{
|
||||
public function __construct(
|
||||
public string $email,
|
||||
public ?string $email,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue