]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Credits.php
Fix user-contact rows not being updated in Contact\User::updateByContactUpdate
[friendica.git] / src / Module / Credits.php
index 1a586a808d4400c8e29943d9b98112e1d31b5b8f..fdd4f6974943f24c8c0daf591b981fca23440ed6 100644 (file)
@@ -32,7 +32,7 @@ use Friendica\DI;
  */
 class Credits extends BaseModule
 {
-       public static function content(array $parameters = [])
+       public function content(): string
        {
                /* fill the page with credits */
                $credits_string = file_get_contents('CREDITS.txt');