@@ -13,13 +13,11 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace StingerSoft\EntitySearchBundle\Command; |
| 15 | 15 | |
| 16 | -use Doctrine\Common\Persistence\ObjectManager; |
|
| 17 | 16 | use Doctrine\DBAL\Platforms\SQLServerPlatform; |
| 18 | 17 | use Doctrine\ORM\EntityManager; |
| 19 | 18 | use Doctrine\ORM\Mapping\ClassMetadata; |
| 20 | 19 | use StingerSoft\EntitySearchBundle\Services\Mapping\EntityToDocumentMapperInterface; |
| 21 | 20 | use StingerSoft\EntitySearchBundle\Services\SearchService; |
| 22 | -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
|
| 23 | 21 | use Symfony\Component\Console\Command\Command; |
| 24 | 22 | use Symfony\Component\Console\Helper\ProgressBar; |
| 25 | 23 | use Symfony\Component\Console\Input\InputArgument; |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Symfony\Component\Form\FormEvent; |
| 19 | 19 | use Symfony\Component\Form\FormEvents; |
| 20 | 20 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 21 | -use Symfony\Component\HttpKernel\Kernel; |
|
| 22 | 21 | |
| 23 | 22 | class FacetType extends AbstractType { |
| 24 | 23 | |