We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0909b2c + 259030a commit 8e905ebCopy full SHA for 8e905eb
lib/Model/FederatedUser.php
@@ -310,9 +310,7 @@ public function getMemberships(): array {
310
* @throws RequestBuilderException
311
*/
312
public function getLink(string $singleId, bool $detailed = false): Membership {
313
- $this->getManager()->getLink($this, $singleId, $detailed);
314
-
315
- throw new MembershipNotFoundException();
+ return $this->getManager()->getLink($this, $singleId, $detailed);
316
}
317
318
0 commit comments