add set deletion
This commit is contained in:
parent
ae48bdf93b
commit
fb88bbfaa9
4 changed files with 147 additions and 0 deletions
10
backend/app/Set/UseCases/DeleteSet/DeleteSetRequest.php
Normal file
10
backend/app/Set/UseCases/DeleteSet/DeleteSetRequest.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Set\UseCases\DeleteSet;
|
||||
|
||||
class DeleteSetRequest
|
||||
{
|
||||
public function __construct(public ?int $id)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue