Fetch membership for assignments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-11-06 12:07:05 +01:00
parent f188213cb7
commit 886d2b4d02
2 changed files with 59 additions and 23 deletions
+4
View File
@@ -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;
}
}