PlaylistTags.php 217B

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 PlaylistTags extends EntityTags
  9. {
  10. }