add element descriptions
This commit is contained in:
parent
f2dc1483dd
commit
72e4720787
10 changed files with 47 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class CreateElementDto
|
|||
public function __construct(
|
||||
public Set $set,
|
||||
public string $title,
|
||||
public string $description,
|
||||
public ?Element $parentElement,
|
||||
) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue