mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
refactor isSeedBox judgement
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums\SeedBoxRecord;
|
||||
|
||||
enum IpAsnEnum: string {
|
||||
|
||||
case IP = "IP";
|
||||
|
||||
case ASN = "ASN";
|
||||
}
|
||||
Reference in New Issue
Block a user