]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RandomProfile.php
Merge pull request #13831 from friendica/warning
[friendica.git] / src / Module / RandomProfile.php
index 38cd684294e54e3db4a394649d210dc4ad2a8be8..b61ca7d59ea2d8295ed9255288dfca8a769d1cac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,7 +30,7 @@ use Friendica\Model\Contact;
  */
 class RandomProfile extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $a = DI::app();