]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Maintenance.php
Merge pull request #11308 from annando/api-bookmark
[friendica.git] / src / Module / Maintenance.php
index d13c5fe02762bfb70bf8b4a58be509b6eadca5a8..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 static function content()
+       protected function content(array $request = []): string
        {
                $reason = DI::config()->get('system', 'maintenance_reason');