]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Directory.php
Merge pull request #11215 from annando/fetch-usage
[friendica.git] / src / Module / Directory.php
index 799b18ea10ad4058905570145209245eb3663c58..3a0a9fa34e211b74431d5f0a4523ba5c8f498db8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,7 +38,7 @@ use Friendica\Network\HTTPException;
  */
 class Directory extends BaseModule
 {
-       public static function content()
+       protected function content(array $request = []): string
        {
                $app = DI::app();
                $config = DI::config();