caisse-bliss/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInte...

11 lines
200 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
namespace Doctrine\Bundle\DoctrineBundle\Repository;
/**
* This interface signals that your repository should be loaded from the container.
*/
interface ServiceEntityRepositoryInterface
{
}