fix: logs user in after registration
This commit is contained in:
@@ -8,9 +8,9 @@ use OneToMany\RichBundle\Contract\CommandInterface;
|
||||
class RegisterUserCommand implements CommandInterface
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
public string $email,
|
||||
public string $username,
|
||||
public string $password,
|
||||
public ?string $name = null,
|
||||
public ?string $email = null,
|
||||
public ?string $username = null,
|
||||
public ?string $password = null,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user