Fixing wrong inherited methodsyntax
This commit is contained in:
@@ -36,7 +36,7 @@ use Friendica\Network\HTTPException\BadRequestException;
|
||||
*/
|
||||
class Show extends BaseApi
|
||||
{
|
||||
public function rawContent()
|
||||
protected function rawContent(array $request = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
||||
Reference in New Issue
Block a user