]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Manifest.php
index 754e08c3ca5ab4cd0725d0ac8df446fc9d4e26fb..ff462fd3e2de79202b260c9ddbe6a5e39765f039 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -27,7 +27,7 @@ use Friendica\DI;
 
 class Manifest extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       public function rawContent()
        {
                $config = DI::config();