]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AccountManagementControlDocument.php
Add Dice logging for Module creation
[friendica.git] / src / Module / AccountManagementControlDocument.php
index e6035977f050a2a6f1542ca1f36c550b9a13ebaf..9a96ad68fb70b6bcdb735479f53dae4b136d985e 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
  *
@@ -30,7 +30,7 @@ use Friendica\BaseModule;
  */
 class AccountManagementControlDocument extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                $output = [
                        'version' => 1,