1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Proxy/fixtures/NonNamespacedProxies.php

13 lines
131 B
PHP

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