source:
app/Enum/UserType.php
Last change on this file was dfae77e, checked in by , 2 years ago | |
---|---|
|
|
File size: 145 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | namespace App\Enum; |
4 | |
5 | enum UserType:string |
6 | { |
7 | case ARTIST = 'ARTIST'; |
8 | case MANAGER = 'MANAGER'; |
9 | case ORGANIZER = 'ORGANIZER'; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.