diff --git a/Entity/Person.php b/Entity/Person.php index 9a41e2663..5b427f7a4 100644 --- a/Entity/Person.php +++ b/Entity/Person.php @@ -22,7 +22,7 @@ namespace Chill\PersonBundle\Entity; * along with this program. If not, see . */ -use Symfony\Component\Validator\ExecutionContextInterface; +use Symfony\Component\Validator\Context\ExecutionContextInterface;; use Chill\MainBundle\Entity\Country; use Chill\PersonBundle\Entity\MaritalStatus; use Doctrine\Common\Collections\ArrayCollection;