From b3e673bc494c288149c33355f700b89d83a4b9ef Mon Sep 17 00:00:00 2001 From: Mario Blazek Date: Tue, 22 May 2018 15:09:02 +0200 Subject: [PATCH] Fixed typo in RelationList --- bundle/Form/FieldTypeHandler/RelationList.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/Form/FieldTypeHandler/RelationList.php b/bundle/Form/FieldTypeHandler/RelationList.php index 00db88f..03162d7 100644 --- a/bundle/Form/FieldTypeHandler/RelationList.php +++ b/bundle/Form/FieldTypeHandler/RelationList.php @@ -6,8 +6,9 @@ use eZ\Publish\API\Repository\Values\Content\Content; use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition; use eZ\Publish\SPI\FieldType\Value; -use Netgen\Bundle\EzFormsBundle\Form\FieldTypeHandler; +use eZ\Publish\Core\FieldType\RelationList\Value as RelationListValue; use eZ\Publish\Core\Helper\TranslationHelper; +use Netgen\Bundle\EzFormsBundle\Form\FieldTypeHandler; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\FormBuilderInterface;