]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Accounts.php
Merge pull request #11129 from urbalazs/copyright-2022
[friendica.git] / src / Module / Api / Mastodon / Accounts.php
index 552889661b2ee9d5bedf10d3cdd42d13beb36721..69168390e24270bef68668b40c7da08a0c3ccff6 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
  *
@@ -35,7 +35,7 @@ class Accounts extends BaseApi
        /**
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $uid = self::getCurrentUserID();