Skip to content

Commit

Permalink
Fixed typo in RelationList
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed May 22, 2018
1 parent 581c000 commit b3e673b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/Form/FieldTypeHandler/RelationList.php
Expand Up @@ -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;

Expand Down

0 comments on commit b3e673b

Please sign in to comment.