From 7c4610faf447479ea4ea8558c404b5416799edee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 20 Apr 2018 14:36:22 +0200 Subject: [PATCH] fix namespace for ExecutionContextInterface --- Entity/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;