sterntours/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
2020-07-09 12:49:32 +02:00

10 lines
200 B
PHP

<?php
namespace Doctrine\Bundle\DoctrineBundle\Repository;
/**
* This interface signals that your repository should be loaded from the container.
*/
interface ServiceEntityRepositoryInterface
{
}