X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FCredits.php;h=d16879f7d8038862080cb89666cb203cdad4e46a;hb=53aba7b37e019d4093d0985e394d393ae77ef0df;hp=5f2156e649b3d5570049842a6dbf31348a104ace;hpb=d6efc901946c91cf26a4436c4b58b1636e4bc9c9;p=friendica.git diff --git a/src/Module/Credits.php b/src/Module/Credits.php index 5f2156e649..d16879f7d8 100644 --- a/src/Module/Credits.php +++ b/src/Module/Credits.php @@ -1,9 +1,29 @@ . + * + */ namespace Friendica\Module; use Friendica\BaseModule; use Friendica\Core\Renderer; +use Friendica\DI; /** * Show a credits page for all the developers who helped with the project @@ -12,7 +32,7 @@ use Friendica\Core\Renderer; */ 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');