mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update EPP form
This commit is contained in:
@@ -26,12 +26,6 @@ final class EppClientProviderDto extends DefaultProviderDto
|
||||
#[Assert\NotBlank]
|
||||
public EppClientProviderDomainDto $domain;
|
||||
|
||||
#[Assert\All([
|
||||
new Assert\NotBlank(),
|
||||
new Assert\Type('string'),
|
||||
])]
|
||||
public array $xPathURI = [];
|
||||
|
||||
#[Assert\All([
|
||||
new Assert\NotBlank(),
|
||||
new Assert\Type('string'),
|
||||
|
||||
Reference in New Issue
Block a user