mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
265 B
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
|
|
{
|
|
}
|