Files
Deathgarden_Rebirth-Rewrite/dist/app/Attributes/IgnorePermissionCheck.php
Vari a0e2e321cc Created a middleware for checking permissions in admin controllers, so I cannot forget to add permission checks.
Changed some descriptions of the admin tools for Miraak.

Aded some more Permissions and added a moderator role.
2024-08-11 16:34:59 +02:00

8 lines
93 B
PHP

<?php
namespace App\Attributes;
use Attribute;
#[Attribute]
class IgnorePermissionCheck {}