]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Maintenance.php
Issue 11566: More detailled notification configuration
[friendica.git] / src / Module / Maintenance.php
index 2025a5fa4d121543f28392b617bad356cbb6d07a..05540a228b94618a739e2e542942489116832dbf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -34,7 +34,7 @@ use Friendica\Util\Strings;
  */
 class Maintenance extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $reason = DI::config()->get('system', 'maintenance_reason');