Files
LaLiga-BackEnd/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
T
2024-05-18 02:28:01 +02:00

11 lines
200 B
PHP

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