add explicit set levels
This commit is contained in:
parent
7e8850b1b2
commit
0d102fcee0
7 changed files with 223 additions and 0 deletions
11
backend/app/Set/CreateSetLevelDto.php
Normal file
11
backend/app/Set/CreateSetLevelDto.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Set;
|
||||
|
||||
final readonly class CreateSetLevelDto
|
||||
{
|
||||
public function __construct(
|
||||
public Set $set,
|
||||
public string $kind,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue