Logo
Explore Help
Sign In
kor-elf/service-captcha
1
0
Fork 0
You've already forked service-captcha
Code Issues Pull Requests Packages Projects Releases 5 Wiki Activity
service-captcha/app/Enums/SystemRole.php
Leonid Nikitin d0bd480dc1
A new enumeration 'SystemRole' has been created for user roles. For now, it only contains one case 'Admin'. This list is intended to designate system roles that cannot be removed.
2023-07-02 16:07:49 +06:00

9 lines
108 B
PHP
Raw Blame History

<?php declare(strict_types=1);
namespace App\Enums;
enum SystemRole: string
{
case Admin = 'admin';
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses