@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sonata\AdminBundle\Admin\FieldDescriptionInterface; |
18 | 18 | use Sonata\AdminBundle\Admin\Pool; |
19 | 19 | use Sonata\AdminBundle\Filter\FilterInterface; |
20 | -use Symfony\Component\Form\Form; |
|
21 | 20 | use Symfony\Component\HttpFoundation\JsonResponse; |
22 | 21 | use Symfony\Component\HttpFoundation\Request; |
23 | 22 | use Symfony\Component\HttpFoundation\Response; |
@@ -46,7 +46,6 @@ |
||
46 | 46 | use Symfony\Component\Form\FormEvent; |
47 | 47 | use Symfony\Component\Form\FormEvents; |
48 | 48 | use Symfony\Component\HttpFoundation\Request; |
49 | -use Symfony\Component\PropertyAccess\PropertyPath; |
|
50 | 49 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface as RoutingUrlGeneratorInterface; |
51 | 50 | use Symfony\Component\Security\Acl\Model\DomainObjectInterface; |
52 | 51 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |