Change FollowRequest to return the user ID so is compatible with POST endpoint

This commit is contained in:
Hank Grabowski 2023-02-15 12:30:49 -05:00
parent 90717b602e
commit 637b6f5a17
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}