mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-19 16:49:34 +00:00
Überarbeitung Mountnames- sowie Designator Angabe für Freitext. Export-Angleichung.
This commit is contained in:
parent
596a30db74
commit
9f42e751f5
3 changed files with 15 additions and 14 deletions
|
|
@ -202,9 +202,10 @@ class AssemblyBOMEntry extends AbstractDBElement implements UniqueValidatableInt
|
|||
return $this->designator;
|
||||
}
|
||||
|
||||
public function setDesignator(string $designator): void
|
||||
public function setDesignator(string $designator): AssemblyBOMEntry
|
||||
{
|
||||
$this->designator = $designator;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue