@@ -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; |
@@ -91,7 +91,6 @@ |
||
91 | 91 | use Sonata\AdminBundle\Util\ObjectAclManipulatorInterface; |
92 | 92 | use Symfony\Component\Config\FileLocator; |
93 | 93 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
94 | -use Symfony\Component\DependencyInjection\Definition; |
|
95 | 94 | use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
96 | 95 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
97 | 96 | use Symfony\Component\DependencyInjection\Reference; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sonata\AdminBundle\Form\DataTransformer; |
13 | 13 | |
14 | 14 | use Sonata\AdminBundle\Form\ChoiceList\ModelChoiceList; |
15 | -use Symfony\Component\Form\ChoiceList\Loader\ChoiceLoaderInterface; |
|
16 | 15 | use Symfony\Component\Form\DataTransformerInterface; |
17 | 16 | use Symfony\Component\Form\Exception\TransformationFailedException; |
18 | 17 | use Symfony\Component\Form\Exception\UnexpectedTypeException; |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface; |
31 | 31 | use Symfony\Component\Validator\Mapping\GenericMetadata; |
32 | 32 | use Symfony\Component\Validator\Mapping\MetadataInterface; |
33 | -use Symfony\Component\Validator\Validator\ValidatorInterface; |
|
34 | 33 | |
35 | 34 | /** |
36 | 35 | * @author Andrej Hudec <[email protected]> |