]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Following.php
Move mod/ping to module class
[friendica.git] / src / Module / ActivityPub / Following.php
index 3b45cf09a608f87514f27bb7e8e5cfcf7ef00cbf..67d3010a3a68564e569c4a8c0a941d3b47f1c908 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
  *
@@ -31,7 +31,7 @@ use Friendica\Protocol\ActivityPub;
  */
 class Following extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                if (empty($this->parameters['nickname'])) {
                        throw new \Friendica\Network\HTTPException\NotFoundException();