remove set creation
This commit is contained in:
parent
f62b05bc37
commit
914cbd37a1
5 changed files with 0 additions and 71 deletions
|
|
@ -4,8 +4,6 @@ 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