feat : admin driver name

This commit is contained in:
2024-11-11 13:06:07 +08:00
parent 3aba37d426
commit b64d2872ac
10 changed files with 153 additions and 6 deletions

View 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;
}