fix: remove static modifier from getTitle() to match non-static parent method

This commit is contained in:
root
2026-06-08 21:22:31 +02:00
parent 5d58e12fc7
commit 5288dbd917
+1 -1
View File
@@ -36,7 +36,7 @@ final class ThemeSettings extends Page implements HasForms
} }
#[\Override] #[\Override]
public static function getTitle(): string public function getTitle(): string
{ {
return __('Theme & Button Settings'); return __('Theme & Button Settings');
} }