Fetch membership for assignments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -57,4 +57,8 @@ class RelationalObject implements \JsonSerializable {
|
||||
throw new \Exception('jsonSerialize is not implemented on ' . get_class($this));
|
||||
}
|
||||
}
|
||||
|
||||
public function getPrimaryKey(): string {
|
||||
return $this->primaryKey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user