]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RandomProfile.php
Option to automatically add links as attachment via API
[friendica.git] / src / Module / RandomProfile.php
index 38cd684294e54e3db4a394649d210dc4ad2a8be8..1821211203dd53359ff2c0694f5efdb5abc1779c 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
  *
@@ -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();