restore set creation
This commit is contained in:
parent
4897cc2e20
commit
8ec7af8a1f
3 changed files with 21 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ namespace App\Set;
|
|||
|
||||
interface SetRepository
|
||||
{
|
||||
public function create(CreateSetDto $dto): Set;
|
||||
|
||||
public function find(int $id): ?Set;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue