data2dto/tests/unit/Converter/fixtures/FillTest/Author.php

9 lines
118 B
PHP

<?php
namespace Rinsvent\Data2DTO\Tests\unit\Converter\fixtures\FillTest;
class Author
{
public string $name;
}