ReferenceManyEmbed.php 160 B

12345678910111213
  1. <?php
  2. namespace Gedmo\Mapping\Annotation;
  3. use Doctrine\Common\Annotations\Annotation;
  4. /**
  5. * @Annotation
  6. */
  7. class ReferenceManyEmbed extends Reference
  8. {
  9. }