1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-09 17:59:09 +05:30

11 lines
135 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace api\rbac;
final class Roles {
public const ACCOUNTS_WEB_USER = 'accounts_web_user';
}