refactor element updates
This commit is contained in:
parent
581852ecbc
commit
d334745ade
19 changed files with 453 additions and 75 deletions
|
|
@ -8,7 +8,7 @@ interface ElementRepository
|
|||
{
|
||||
public function create(CreateElementDto $dto): Element;
|
||||
|
||||
public function update(Element $element, UpdateElementDto $dto): Element;
|
||||
public function update(Element $element): Element;
|
||||
|
||||
public function find(int $id): ?Element;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue