Files
chill-bundles/src/Bundle/ChillPersonBundle/Repository/PersonAltNameRepository.php
2021-03-18 13:37:13 +01:00

14 lines
258 B
PHP

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