@@ -42,10 +42,8 @@ discard block |
||
42 | 42 | use Sonata\AdminBundle\Templating\MutableTemplateRegistryInterface; |
43 | 43 | use Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface; |
44 | 44 | use Sonata\Exporter\Source\SourceIteratorInterface; |
45 | -use Sonata\Form\Validator\Constraints\InlineConstraint; |
|
46 | 45 | use Sonata\Form\Validator\ErrorElement; |
47 | 46 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
48 | -use Symfony\Component\Form\Form; |
|
49 | 47 | use Symfony\Component\Form\FormBuilderInterface; |
50 | 48 | use Symfony\Component\Form\FormEvent; |
51 | 49 | use Symfony\Component\Form\FormEvents; |
@@ -55,7 +53,6 @@ discard block |
||
55 | 53 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface as RoutingUrlGeneratorInterface; |
56 | 54 | use Symfony\Component\Security\Acl\Model\DomainObjectInterface; |
57 | 55 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
58 | -use Symfony\Component\Validator\Mapping\GenericMetadata; |
|
59 | 56 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
60 | 57 | use Symfony\Contracts\Translation\TranslatorInterface; |
61 | 58 |