]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Help.php
We now offer an endpoint for featured posts
[friendica.git] / src / Module / Help.php
index d0b61c2211c9f9ddee5a87ad6b04a3e94ccec8f2..4703c3216520e64b2605bd9fb8034af4058c3a74 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\Network\HTTPException;
  */
 class Help extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                Nav::setSelected('help');