create(new CreateSetDto( name: $title, )); $elementRepository->create(new CreateElementDto( set: $set, title: $title, parentElement: null, )); } }