mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Added import for storelocations
This commit is contained in:
parent
34aefd32e8
commit
1ca839ab26
3 changed files with 37 additions and 17 deletions
|
@ -340,11 +340,11 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
|||
/**
|
||||
* Set the comment.
|
||||
*
|
||||
* @param string|null $new_comment the new comment
|
||||
* @param string $new_comment the new comment
|
||||
*
|
||||
* @return AbstractStructuralDBElement
|
||||
*/
|
||||
public function setComment(?string $new_comment): self
|
||||
public function setComment(string $new_comment): self
|
||||
{
|
||||
$this->comment = $new_comment;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue