0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

Added groupfolderManager to handle overwriting groupfolder members

This commit is contained in:
Jonathan Treffler 2024-11-03 17:24:30 +01:00
parent f85a93aa3a
commit b653a751dc
5 changed files with 94 additions and 10 deletions

View file

@ -27,11 +27,11 @@ class OrganizationFolder implements JsonSerializable, TableSerializable {
return $this->quota;
}
public function getOrganizationProvider(): string {
public function getOrganizationProvider(): ?string {
return $this->organizationProvider;
}
public function getOrganizationId(): int {
public function getOrganizationId(): ?int {
return $this->organizationId;
}