point-tools/src/Skobkin/Bundle/PointToolsBundle/Entity/SubscriptionRepository.php

16 lines
287 B
PHP

<?php
namespace Skobkin\Bundle\PointToolsBundle\Entity;
use Doctrine\ORM\EntityRepository;
/**
* SubscriptionRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class SubscriptionRepository extends EntityRepository
{
}