]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/WellKnown/XSocialRelay.php
Use centralized function to fetch query results
[friendica.git] / src / Module / WellKnown / XSocialRelay.php
index c401825236c72907829d9e096fc5e8dd2c68d797..bf767a3e7ba0f0d34b5570ab42596a9629dc73e6 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
  *
@@ -32,7 +32,7 @@ use Friendica\Protocol\Relay;
  */
 class XSocialRelay extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $config = DI::config();