add set elements
This commit is contained in:
parent
db35a97910
commit
2c4cdabc15
17 changed files with 497 additions and 0 deletions
10
backend/app/Set/UseCases/CreateSet/CreateSetRequest.php
Normal file
10
backend/app/Set/UseCases/CreateSet/CreateSetRequest.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Set\UseCases\CreateSet;
|
||||
|
||||
class CreateSetRequest
|
||||
{
|
||||
public function __construct(
|
||||
public ?string $name,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue