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