service-captcha/app/Dto/Builder/Role.php

11 lines
134 B
PHP

<?php declare(strict_types=1);
namespace App\Dto\Builder;
final readonly class Role
{
public function __construct(
) { }
}