remove set creation

This commit is contained in:
Yisroel Baum 2026-05-25 08:25:17 +03:00
parent f62b05bc37
commit 914cbd37a1
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 0 additions and 71 deletions

View file

@ -4,8 +4,6 @@ namespace App\Set;
interface SetRepository
{
public function create(CreateSetDto $dto): Set;
public function find(int $id): ?Set;
/**