1
0
mirror of synced 2025-03-01 10:23:22 +03:00

13 lines
131 B
PHP

<?php
/**
* @entity
*/
class DoctrineOrmTestEntity
{
/**
* @column(type="integer")
* @id
*/
public $id;
}