Skeleton is ready
This commit is contained in:
11
app/Kernel/Role/Role.php
Normal file
11
app/Kernel/Role/Role.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Kernel\Role;
|
||||
|
||||
enum Role: string
|
||||
{
|
||||
case Admin = 'admin';
|
||||
case User = 'user';
|
||||
}
|
||||
Reference in New Issue
Block a user