GroupTags.php 214B

12345678910111213
  1. <?php
  2. namespace Muzich\CoreBundle\Document;
  3. use Doctrine\ODM\MongoDB\Mapping\Annotations as MongoDB;
  4. use Muzich\CoreBundle\Document\EntityTags;
  5. /**
  6. * @MongoDB\Document
  7. */
  8. class GroupTags extends EntityTags
  9. {
  10. }