mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add IANA fields for accredited registrars
This commit is contained in:
10
src/Config/RegistrarStatus.php
Normal file
10
src/Config/RegistrarStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
enum RegistrarStatus: string
|
||||
{
|
||||
case Reserved = 'Reserved';
|
||||
case Accredited = 'Accredited';
|
||||
case Terminated = 'Terminated';
|
||||
}
|
||||
Reference in New Issue
Block a user