MediaVideoRepository.php 237 B

12345678910111213
  1. <?php
  2. namespace App\Repository;
  3. /**
  4. * MediaVideoRepository
  5. *
  6. * This class was generated by the Doctrine ORM. Add your own custom
  7. * repository methods below.
  8. */
  9. class MediaVideoRepository extends \Doctrine\ORM\EntityRepository
  10. {
  11. }