mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add tld type property
This commit is contained in:
13
src/Config/TldType.php
Normal file
13
src/Config/TldType.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
|
||||
enum TldType: string
|
||||
{
|
||||
case iTLD = 'iTLD';
|
||||
case gTLD = "gTLD";
|
||||
case sTLD = "sTLD";
|
||||
case ccTLD = "ccTLD";
|
||||
case tTLD = "tTLD";
|
||||
}
|
||||
Reference in New Issue
Block a user