X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FCredits.php;h=d16879f7d8038862080cb89666cb203cdad4e46a;hb=c1686c486c8fcb4f94f89df869ae72509f3583fe;hp=bafe6311f3b6190c8ace975d1071ea48861d692f;hpb=ab8997f9db910ba70c592bf106a7f5fc41a55b2d;p=friendica.git diff --git a/src/Module/Credits.php b/src/Module/Credits.php index bafe6311f3..d16879f7d8 100644 --- a/src/Module/Credits.php +++ b/src/Module/Credits.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -13,7 +32,7 @@ use Friendica\DI; */ class Credits extends BaseModule { - public static function content(array $parameters = []) + protected function content(array $request = []): string { /* fill the page with credits */ $credits_string = file_get_contents('CREDITS.txt');