ReferenceManyEmbed.php 114 B

12345678910
  1. <?php
  2. namespace Gedmo\Mapping\Annotation;
  3. /**
  4. * @Annotation
  5. */
  6. class ReferenceManyEmbed extends Reference
  7. {
  8. }