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,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums\SeedBoxRecord;
|
||||
|
||||
enum IsAllowedEnum: int {
|
||||
case YES = 1;
|
||||
|
||||
case NO = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user