feat : admin driver name
This commit is contained in:
11
app/Constants/Common/RoleCode.php
Normal file
11
app/Constants/Common/RoleCode.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class RoleCode
|
||||
{
|
||||
const int SUPER_ADMIN = 1;
|
||||
const int ADMIN = 2;
|
||||
const int CHEF = 3;
|
||||
const int DRIVER = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user