add element descriptions

This commit is contained in:
Yisroel Baum 2026-05-26 21:12:28 +03:00
parent f2dc1483dd
commit 72e4720787
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
10 changed files with 47 additions and 0 deletions

View file

@ -9,6 +9,7 @@ class CreateElementDto
public function __construct(
public Set $set,
public string $title,
public string $description,
public ?Element $parentElement,
) {
}