]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Inbox.php
Move mod/ping to module class
[friendica.git] / src / Module / ActivityPub / Inbox.php
index 149e51106959e24526f0f0bdb37e5db50de09982..b16eb9fd403b1a8d95022130148ecaed3a724585 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 @@ use Friendica\Util\Network;
  */
 class Inbox extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $postdata = Network::postdata();