mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
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.
This commit is contained in:
@@ -16,7 +16,7 @@ class GameNewsController extends AdminToolController
|
||||
{
|
||||
protected static string $name = 'Game News';
|
||||
|
||||
protected static string $description = 'Create and edit in game news.';
|
||||
protected static string $description = 'Create & Edit Game News';
|
||||
|
||||
protected static string $iconComponent = 'icons.gamenews';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user