mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
change admin role type
This commit is contained in:
@@ -24,4 +24,11 @@ final class RoleTypes
|
||||
|
||||
public const DESTINATION_ACCOUNT_ADMIN = 7;
|
||||
|
||||
public const USER_TYPE_ID = [
|
||||
self::SHADOW_ADMIN => "Shadow Admin",
|
||||
self::SUPER_ADMIN => "Super Admin",
|
||||
self::ADMIN => "Admin",
|
||||
self::USER => "User",
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user