mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
admin: fix error when creating document category
This commit is contained in:
parent
fa458c54ec
commit
f44b9ca05b
@ -100,4 +100,11 @@ class DocumentCategory
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setBundleId($id): self
|
||||
{
|
||||
$this->bundleId = $id;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user