Make BaseModule methods dynamic
This commit is contained in:
@@ -35,7 +35,7 @@ class Accounts extends BaseApi
|
||||
/**
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
$uid = self::getCurrentUserID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user