This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
2.6MB
Tree:
fff243cc66
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'fff243cc66'
${ noResults }
KT-MyPage
/
app
/
Codes
/
UserRole.php
13 lines
124B
Raw
Blame
History
<?php
namespace App\Codes;
/**
* ユーザー権限
*/
enum UserRole: int
{
case NONE = 0;
case NORMAL = 100;
}