@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Doctrine\Common\Util\ClassUtils; |
15 | 15 | use Knp\Menu\FactoryInterface as MenuFactoryInterface; |
16 | -use Knp\Menu\ItemInterface; |
|
17 | 16 | use Knp\Menu\ItemInterface as MenuItemInterface; |
18 | 17 | use Sonata\AdminBundle\Builder\DatagridBuilderInterface; |
19 | 18 | use Sonata\AdminBundle\Builder\FormContractorInterface; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Symfony\Component\Validator\Constraints\NotNull; |
23 | 23 | use Symfony\Component\Validator\Mapping\MetadataInterface; |
24 | 24 | use Sonata\AdminBundle\Admin\AdminInterface; |
25 | -use Symfony\Component\Validator\Validator\ValidatorInterface; |
|
26 | 25 | use Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface; |
27 | 26 | |
28 | 27 | /** |