Skip to content

Commit

Permalink
Issue #43: Implement EntityInterface::id.
Browse files Browse the repository at this point in the history
Fixes #43.
  • Loading branch information
indigoxela authored Apr 12, 2022
1 parent 1fe4672 commit f22b8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/og.membership.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class OgMembership extends Entity {
* Implements EntityInterface::id().
*/
public function id() {
return $this->id;
}

/**
Expand Down

0 comments on commit f22b8e1

Please sign in to comment.