NonNamespacedProxies.php 131 B

12345678910111213
  1. <?php
  2. /**
  3. * @entity
  4. */
  5. class DoctrineOrmTestEntity
  6. {
  7. /**
  8. * @column(type="integer")
  9. * @id
  10. */
  11. public $id;
  12. }