This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
nexusphp
Watch
1
Star
0
Fork
0
mirror of
https://github.com/lkddi/nexusphp.git
synced
2026-08-02 02:44:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1afbffccb91b38b33a85515f652a9ad421d5b3d7
nexusphp
/
app
/
Enums
/
SeedBoxRecord
/
IsAllowedEnum.php
T
10 lines
107 B
PHP
Raw
Normal View
History
Unescape
Escape
refactor isSeedBox judgement
2025-05-11 02:33:22 +07:00
<?
php
namespace
App\Enums\SeedBoxRecord
;
enum
IsAllowedEnum
:
int
{
case
YES
=
1
;
case
NO
=
0
;
}
Reference in New Issue
Copy Permalink