route set updates
This commit is contained in:
parent
b2e39a98e4
commit
7428612316
7 changed files with 252 additions and 89 deletions
12
backend/app/Set/UseCases/UpdateSet/UpdateNameRequest.php
Normal file
12
backend/app/Set/UseCases/UpdateSet/UpdateNameRequest.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace App\Set\UseCases\UpdateSet;
|
||||
|
||||
class UpdateNameRequest
|
||||
{
|
||||
public function __construct(
|
||||
public ?int $id,
|
||||
public ?string $name,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue