ServiceEntityRepositoryInterface.php 200 B

12345678910
  1. <?php
  2. namespace Doctrine\Bundle\DoctrineBundle\Repository;
  3. /**
  4. * This interface signals that your repository should be loaded from the container.
  5. */
  6. interface ServiceEntityRepositoryInterface
  7. {
  8. }