11 lines
126 B
PHP
11 lines
126 B
PHP
<?php
|
|
|
|
namespace App\Set;
|
|
|
|
class CreateSetDto
|
|
{
|
|
public function __construct(
|
|
public string $name,
|
|
) {
|
|
}
|
|
}
|