@@ -11,11 +11,9 @@ |
||
11 | 11 | */ |
12 | 12 | namespace StingerSoft\EntitySearchBundle\Form; |
13 | 13 | |
14 | -use StingerSoft\EntitySearchBundle\Model\Query; |
|
15 | 14 | use StingerSoft\EntitySearchBundle\Model\Result\FacetSet; |
16 | 15 | use StingerSoft\EntitySearchBundle\Model\ResultSet; |
17 | 16 | use Symfony\Component\Form\AbstractType; |
18 | -use Symfony\Component\Form\ChoiceList\LazyChoiceList; |
|
19 | 17 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
20 | 18 | use Symfony\Component\Form\FormBuilderInterface; |
21 | 19 | use Symfony\Component\Form\FormEvent; |