mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
fix cs
This commit is contained in:
@@ -87,6 +87,13 @@ class DocumentCategory
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function setBundleId($id): self
|
||||
{
|
||||
$this->bundleId = $id;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setDocumentClass($documentClass): self
|
||||
{
|
||||
$this->documentClass = $documentClass;
|
||||
@@ -100,11 +107,4 @@ class DocumentCategory
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setBundleId($id): self
|
||||
{
|
||||
$this->bundleId = $id;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user