mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add RDAP response dto
This commit is contained in:
10
src/Entity/RdapResponse/Link.php
Normal file
10
src/Entity/RdapResponse/Link.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\RdapResponse;
|
||||
|
||||
class Link
|
||||
{
|
||||
public string $href;
|
||||
public string $value;
|
||||
public string $rel;
|
||||
}
|
||||
Reference in New Issue
Block a user