Files
masimmo.pl/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
2024-11-20 09:09:44 +01: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
{
}