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:
parent
f85a93aa3a
commit
b653a751dc
5 changed files with 94 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue