diff --git a/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php b/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php index 55850b157..884447599 100644 --- a/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php +++ b/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php @@ -100,4 +100,11 @@ class DocumentCategory return $this; } + + public function setBundleId($id): self + { + $this->bundleId = $id; + + return $this; + } }