add element updates
This commit is contained in:
parent
6d0acaae56
commit
73b0befc97
10 changed files with 223 additions and 13 deletions
|
|
@ -8,6 +8,8 @@ interface ElementRepository
|
|||
{
|
||||
public function create(CreateElementDto $dto): Element;
|
||||
|
||||
public function update(Element $element, UpdateElementDto $dto): Element;
|
||||
|
||||
public function find(int $id): ?Element;
|
||||
|
||||
public function findRootBySet(DomainSet $set): ?Element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue