mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 16:19:26 +03:00
13 lines
208 B
PHP
13 lines
208 B
PHP
|
<?php
|
||
|
|
||
|
namespace Nelmio\ApiDocBundle\Tests\Functional\Entity;
|
||
|
|
||
|
class Article81
|
||
|
{
|
||
|
public function __construct(
|
||
|
public readonly int $id,
|
||
|
public readonly ArticleType81 $type,
|
||
|
) {
|
||
|
}
|
||
|
}
|