1
0
mirror of synced 2025-01-18 22:41:43 +03:00

12 lines
141 B
PHP
Raw Normal View History

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