mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 04:08:57 +02:00
Added some tests to check if LabelSystem and scanner pages are available.
This commit is contained in:
parent
df6546d94d
commit
7e656be246
6 changed files with 174 additions and 7 deletions
|
@ -73,6 +73,12 @@ class LabelProfile extends AttachmentContainingDBElement
|
|||
return $this->options;
|
||||
}
|
||||
|
||||
public function setOptions(LabelOptions $labelOptions): LabelProfile
|
||||
{
|
||||
$this->options = $labelOptions;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the comment of the element.
|
||||
* @return string the comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue