chill-bundles/Entity/PersonRepository.php

16 lines
265 B
PHP

<?php
namespace CL\Chill\PersonBundle\Entity;
use Doctrine\ORM\EntityRepository;
/**
* PersonRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class PersonRepository extends EntityRepository
{
}