]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Home.php
Merge pull request #12010 from annando/notice
[friendica.git] / src / Module / Home.php
index f4e6b973398e1a23c1e72654a61197460b119e20..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 function content(): string
+       protected function content(array $request = []): string
        {
                $app = DI::app();
                $config = DI::config();