1
0
mirror of synced 2025-02-25 00:23:12 +03:00

12 lines
141 B
PHP

<?php
namespace Doctrine\Tests\Models\DDC1872;
/**
* @Entity
*/
class DDC1872Bar
{
/** @Id @Column(type="string") */
private $id;
}