fix namespace for ExecutionContextInterface

This commit is contained in:
Julien Fastré 2018-04-20 14:36:22 +02:00
parent c7ad381aac
commit 7c4610faf4

View File

@ -22,7 +22,7 @@ namespace Chill\PersonBundle\Entity;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
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;