mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 16:19:26 +03:00
1302bc7568
* Create an enum model describer * Bump Api-Platform Co-authored-by: Guilhem Niot <guilhem@gniot.fr>
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,
|
|
) {
|
|
}
|
|
}
|