mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
Fixed the typo inn the LauncherMessageController
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user