]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Proofs.php
Merge pull request #13176 from MrPetovan/bug/warnings
[friendica.git] / src / Module / Api / Mastodon / Proofs.php
index 9bdc77f490f6be5bd169cfabfb8967fc09360f1d..1cbe1c03d7b4fa48156a6fb2a782436c7f4e7a36 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -32,7 +32,7 @@ class Proofs extends BaseApi
        /**
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function rawContent()
+       protected function rawContent(array $request = [])
        {
                System::jsonError(404, ['error' => 'Record not found']);
        }