Initial Commit
This commit is contained in:
9
app/UserType.php
Normal file
9
app/UserType.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
enum UserType: string
|
||||
{
|
||||
case Admin = "admin";
|
||||
case SuperAdmin = "superAdmin";
|
||||
}
|
||||
Reference in New Issue
Block a user