Fixing wrong inherited methodsyntax
This commit is contained in:
@@ -32,7 +32,7 @@ use Friendica\Module\BaseApi;
|
||||
*/
|
||||
class Revoke extends BaseApi
|
||||
{
|
||||
public function post(array $request = [], array $post = [])
|
||||
protected function post(array $request = [], array $post = [])
|
||||
{
|
||||
$request = self::getRequest([
|
||||
'client_id' => '', // Client ID, obtained during app registration
|
||||
|
||||
Reference in New Issue
Block a user