mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: add a link to the IANA documentation
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
/**
|
||||
* @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml
|
||||
*/
|
||||
enum DomainStatus: string
|
||||
{
|
||||
case Validated = 'validated';
|
||||
|
||||
Reference in New Issue
Block a user