mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-25 16:15:23 -05:00
Fixed the typo inn the LauncherMessageController
This commit is contained in:
parent
2e685560fe
commit
baa001f333
|
|
@ -11,7 +11,7 @@ class LauncherMessageController extends AdminToolController
|
|||
{
|
||||
protected static string $name = 'Launcher Message';
|
||||
|
||||
protected static string $description = 'Set the Launcher message';
|
||||
protected static string $description = 'Set the Launcher Message';
|
||||
protected static string $iconComponent = 'icons.patch-exclamation';
|
||||
|
||||
protected static Permissions $neededPermission = Permissions::FILE_UPLOAD;
|
||||
|
|
@ -38,4 +38,4 @@ public function saveMessage(SaveLauncherMessageRequest $request) {
|
|||
|
||||
return back();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user