]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Accounts.php
Make BaseModule methods dynamic
[friendica.git] / src / Module / Api / Mastodon / Accounts.php
index 360993397ac0aaf9c96f490f99b0a0603fb0345b..13981684f08d9e32d0a2a86749c22e2089d38dbd 100644 (file)
@@ -35,7 +35,7 @@ class Accounts extends BaseApi
        /**
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function rawContent()
+       public function rawContent()
        {
                $uid = self::getCurrentUserID();