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'),
|
||||
|
||||
@@ -155,7 +155,6 @@ class EppClientProvider extends AbstractProvider implements CheckDomainProviderI
|
||||
$conn->setSslContext(stream_context_create(['ssl' => $this->authData['auth']['ssl']]));
|
||||
}
|
||||
|
||||
$conn->setXpathExtensions($this->authData['xPathURI']);
|
||||
$conn->setExtensions($this->authData['extURI']);
|
||||
$conn->setServices($this->authData['objURI']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user