1
0
mirror of synced 2025-03-07 13:26:06 +03:00

13 lines
131 B
PHP
Raw Normal View History

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