]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AccountManagementControlDocument.php
We now offer an endpoint for featured posts
[friendica.git] / src / Module / AccountManagementControlDocument.php
index 8de9e80afb874b6321d65b1a43569c1d7427733c..cd17f758b4149abc6ec019bd2915a6529617fe1a 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
  *
@@ -30,7 +30,7 @@ use Friendica\BaseModule;
  */
 class AccountManagementControlDocument extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $output = [
                        'version' => 1,