9 lines
118 B
PHP
9 lines
118 B
PHP
|
<?php
|
||
|
|
||
|
namespace Rinsvent\DTO2Data\Tests\unit\Converter\fixtures\FillTest;
|
||
|
|
||
|
class Author
|
||
|
{
|
||
|
public string $name;
|
||
|
}
|