Make BaseModule methods dynamic
This commit is contained in:
@@ -33,7 +33,7 @@ class Instance extends BaseApi
|
||||
/**
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
System::jsonExit(InstanceEntity::get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user