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