Fetch membership for assignments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-12 16:06:31 +02:00
parent f188213cb7
commit 886d2b4d02
2 changed files with 59 additions and 23 deletions

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