@@ -11,9 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace ONGR\SettingsBundle\Controller; |
| 13 | 13 | |
| 14 | -use ONGR\ElasticsearchBundle\Result\Aggregation\AggregationValue; |
|
| 15 | 14 | use ONGR\ElasticsearchBundle\Service\Repository; |
| 16 | -use ONGR\ElasticsearchDSL\Aggregation\TermsAggregation; |
|
| 17 | 15 | use ONGR\SettingsBundle\Document\Setting; |
| 18 | 16 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 19 | 17 | use Symfony\Component\HttpFoundation\JsonResponse; |
@@ -10,8 +10,6 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | namespace ONGR\SettingsBundle\Twig; |
| 13 | -use Doctrine\Common\Cache\PhpFileCache; |
|
| 14 | -use ONGR\SettingsBundle\Document\Setting; |
|
| 15 | 13 | use ONGR\SettingsBundle\Service\SettingsManager; |
| 16 | 14 | |
| 17 | 15 | /** |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use ONGR\ElasticsearchBundle\Result\Aggregation\AggregationValue; |
| 17 | 17 | use ONGR\ElasticsearchDSL\Aggregation\TermsAggregation; |
| 18 | 18 | use ONGR\ElasticsearchDSL\Aggregation\TopHitsAggregation; |
| 19 | -use ONGR\SettingsBundle\Exception\SettingNotFoundException; |
|
| 20 | 19 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 21 | 20 | use ONGR\ElasticsearchBundle\Service\Repository; |
| 22 | 21 | use ONGR\ElasticsearchBundle\Service\Manager; |
@@ -14,11 +14,7 @@ |
||
| 14 | 14 | use ONGR\ElasticsearchBundle\Result\DocumentIterator; |
| 15 | 15 | use ONGR\ElasticsearchBundle\Service\Repository; |
| 16 | 16 | use ONGR\ElasticsearchDSL\Aggregation\TermsAggregation; |
| 17 | -use ONGR\ElasticsearchDSL\Aggregation\TopHitsAggregation; |
|
| 18 | -use ONGR\ElasticsearchDSL\Search; |
|
| 19 | 17 | use ONGR\ElasticsearchBundle\Result\Aggregation\AggregationValue; |
| 20 | -use ONGR\SettingsBundle\Document\Setting; |
|
| 21 | -use ONGR\SettingsBundle\Service\SettingsManager; |
|
| 22 | 18 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 23 | 19 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 24 | 20 | use Symfony\Component\HttpFoundation\Request; |