Current File : //var/www/vinorea/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
<?php
namespace Doctrine\Bundle\DoctrineBundle\Repository;
/**
* This interface signals that your repository should be loaded from the container.
*/
interface ServiceEntityRepositoryInterface
{
}