]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Home.php
Change the featured collection to fix communication issues with Pleroma
[friendica.git] / src / Module / Home.php
index 9d16e11aa7f6eb6c457c9377b4790fe707db9a6b..e384205f5cb77fb93bcb469f9af1b9b8a7883ddf 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
  *
@@ -32,7 +32,7 @@ use Friendica\Module\Security\Login;
  */
 class Home extends BaseModule
 {
-       public static function content(array $parameters = [])
+       protected function content(array $request = []): string
        {
                $app = DI::app();
                $config = DI::config();