mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-07 10:45:52 -05:00
Changed some descriptions of the admin tools for Miraak. Aded some more Permissions and added a moderator role.
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
namespace App\Attributes;
|
|
|
|
use Attribute;
|
|
|
|
#[Attribute]
|
|
class IgnorePermissionCheck {} |