Add Initial Person

This commit is contained in:
2013-10-26 13:19:54 +02:00
parent 17b4f22136
commit 3ec43450b3
4 changed files with 547 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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
{
}