Change FollowRequest to return the user ID so is compatible with POST endpoint
This commit is contained in:
parent
90717b602e
commit
637b6f5a17
|
@ -43,7 +43,5 @@ class FollowRequest extends Account
|
|||
public function __construct(BaseURL $baseUrl, int $introduction_id, array $account)
|
||||
{
|
||||
parent::__construct($baseUrl, $account, new Fields());
|
||||
|
||||
$this->id = $introduction_id;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user