refactor: Update entities.

This commit is contained in:
Pol Dellaiera
2021-05-11 21:00:20 +02:00
parent ce854cb58f
commit 3fc6c0c479
20 changed files with 20 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ use Symfony\Component\Validator\Context\ExecutionContextInterface;
/**
* Person Class
*
* @ORM\Entity(repositoryClass="Chill\PersonBundle\Repository\PersonRepository")
* @ORM\Entity
* @ORM\Table(name="chill_person_person",
* indexes={@ORM\Index(
* name="person_names",